Skip to content

Commit

Permalink
add back cmd/gbtrfs/go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Jul 1, 2021
1 parent 2de8382 commit 92aed35
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 288 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
with:
working-directory: src/github.com/containerd/btrfs

- name: Build
working-directory: src/github.com/containerd/btrfs
run: |
go build ./cmd/gbtrfs
- name: Test
working-directory: src/github.com/containerd/btrfs
run: |
Expand Down
10 changes: 10 additions & 0 deletions cmd/gbtrfs/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/containerd/btrfs/v2/cmd/gbtrfs

go 1.16

replace github.com/containerd/btrfs/v2 => ../..

require (
github.com/containerd/btrfs/v2 v2.0.0-00010101000000-000000000000
github.com/spf13/cobra v1.1.3
)
Loading

0 comments on commit 92aed35

Please # to comment.