-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pkg (and other deps) to fix importing from current module using …
…full path (#264)
- Loading branch information
1 parent
bc0dd18
commit da34998
Showing
12 changed files
with
101 additions
and
463 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
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
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
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
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
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
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
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
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,32 +1,52 @@ | ||
module github.com/arr-ai/arrai | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
replace github.com/spf13/afero => github.com/anz-bank/afero v1.2.4 | ||
|
||
require ( | ||
github.com/anz-bank/pkg v0.0.45 | ||
github.com/anz-bank/pkg v0.0.48 | ||
github.com/arr-ai/frozen v0.20.1 | ||
github.com/arr-ai/hash v0.8.0 | ||
github.com/arr-ai/proto v0.0.0-20180422074755-2ffbedebee50 | ||
github.com/arr-ai/wbnf v0.34.0 | ||
github.com/arr-ai/wbnf v0.35.1 | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e | ||
github.com/go-errors/errors v1.4.2 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/iancoleman/strcase v0.1.3 | ||
github.com/mattn/go-isatty v0.0.12 | ||
github.com/iancoleman/strcase v0.2.0 | ||
github.com/mattn/go-isatty v0.0.16 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rjeczalik/notify v0.9.2 | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sethvargo/go-retry v0.1.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/afero v1.4.0 | ||
github.com/stretchr/testify v1.7.1 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/spf13/afero v1.9.2 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/urfave/cli/v2 v2.2.0 | ||
github.com/xuri/excelize/v2 v2.4.1 | ||
golang.org/x/text v0.3.7 | ||
google.golang.org/genproto v0.0.0-20210608205507-b6d2f5bf0d7d // indirect | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.26.0 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
google.golang.org/grpc v1.49.0 | ||
google.golang.org/protobuf v1.28.1 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/chzyer/test v1.0.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-github/v32 v32.1.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/richardlehane/mscfb v1.0.3 // indirect | ||
github.com/richardlehane/msoleps v1.0.1 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect | ||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect | ||
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220902135211-223410557253 // indirect | ||
) |
Oops, something went wrong.