Skip to content

Commit

Permalink
fix deps hell
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Feb 28, 2024
1 parent 6d9dcf9 commit 241e57a
Show file tree
Hide file tree
Showing 5 changed files with 860 additions and 56 deletions.
2 changes: 1 addition & 1 deletion admin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/testcontainers/testcontainers-go v0.25.0 // indirect
github.com/testcontainers/testcontainers-go v0.28.0 // indirect
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions bulkerlib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ require (
github.com/lib/pq v1.10.9
github.com/snowflakedb/gosnowflake v1.6.25
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.25.0
github.com/testcontainers/testcontainers-go/modules/compose v0.25.0
github.com/testcontainers/testcontainers-go v0.28.0
github.com/testcontainers/testcontainers-go/modules/compose v0.28.0
github.com/docker/compose/v2 v2.24.0
github.com/compose-spec/compose-go/v2 v2.0.0-rc.4
go.uber.org/atomic v1.11.0
google.golang.org/api v0.165.0
)
Expand Down
Loading

0 comments on commit 241e57a

Please sign in to comment.