Skip to content

Commit

Permalink
Bump pkg to fix finding modules (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier authored Aug 26, 2022
1 parent 5ba709a commit bc0dd18
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 81 deletions.
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ go 1.16
replace github.com/spf13/afero => github.com/anz-bank/afero v1.2.4

require (
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
github.com/anz-bank/pkg v0.0.22
github.com/anz-bank/pkg v0.0.45
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/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/go-errors/errors v1.4.0
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
Expand All @@ -21,13 +20,10 @@ require (
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.3.5
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/spf13/afero v1.4.0
github.com/stretchr/testify v1.7.1
github.com/urfave/cli/v2 v2.2.0
github.com/xuri/excelize/v2 v2.4.1
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7
google.golang.org/genproto v0.0.0-20210608205507-b6d2f5bf0d7d // indirect
google.golang.org/grpc v1.38.0
Expand Down
Loading

0 comments on commit bc0dd18

Please sign in to comment.