-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
d6d6798
commit 88950dc
Showing
3 changed files
with
29 additions
and
735 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
version: '3' | ||
|
||
vars: | ||
VERSION: 0.1.7 | ||
VERSION: 0.1.8 | ||
REVISION: { sh: git rev-parse HEAD } | ||
|
||
env: | ||
|
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,23 +1,34 @@ | ||
module github.com/mdouchement/seikan | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/flynn/noise v1.0.0 | ||
github.com/fxamacker/cbor/v2 v2.4.0 | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 | ||
github.com/klauspost/compress v1.14.2 | ||
github.com/klauspost/compress v1.15.1 | ||
github.com/mdouchement/basex v0.0.0-20200802103314-a4f42a0e6590 | ||
github.com/mdouchement/logger v0.0.0-20200719134033-63d0eda5567d | ||
github.com/mendsley/gomnet v0.0.0-20150905011337-ac10ddc4555c | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.3.0 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20220210151621-f4118a5b28e2 | ||
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect | ||
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect | ||
) |
Oops, something went wrong.