-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
module github.com/pangbox/pangfiles | ||
|
||
go 1.14 | ||
go 1.17 | ||
|
||
require ( | ||
bazil.org/fuse v0.0.0-20221209211307-2abb8038c751 | ||
github.com/billziss-gh/cgofuse v1.5.0 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6 // indirect | ||
github.com/go-restruct/restruct v1.2.0-alpha | ||
github.com/google/subcommands v1.2.0 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 | ||
golang.org/x/sys v0.21.0 | ||
golang.org/x/text v0.14.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sha256-8vwkk+h0hFcn5rb8iubyXdTtIAYA0plt7nNtUF+CtRk= | ||
sha256-3bxE+woeH+vYubPhSo10vaA6F1D7iJc4g7Ee2VUKHuM= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters