Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 20, 2023
1 parent 591672c commit 66617db
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/amalgomate v1.34.0
github.com/palantir/godel/v2 v2.93.0
github.com/palantir/godel/v2 v2.94.0
github.com/palantir/okgo v1.41.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ github.com/nwaples/rardecode v1.0.0 h1:r7vGuS5akxOnR4JQSkko62RJ1ReCMXxQRPtxsiFMB
github.com/nwaples/rardecode v1.0.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=
github.com/palantir/amalgomate v1.34.0 h1:SsgYUHw9xsCcNdVeeE+O2aa3H7ps4D11g8KOLrh3TLs=
github.com/palantir/amalgomate v1.34.0/go.mod h1:x1c9mWvmwP17U0o2FOvDJFLkVlHFZ70+Fi/h99FzD04=
github.com/palantir/godel/v2 v2.93.0 h1:30CaRJQNxxODAyLxO1M3ZZ0Wos8O7MYSwthOz/4i/eo=
github.com/palantir/godel/v2 v2.93.0/go.mod h1:HCzsB9fb1NRy9954m4wRvFs7EnWt7xh5ZRoLbZEBSSY=
github.com/palantir/godel/v2 v2.94.0 h1:zJMewNSKklGfd9jRsR04M/bt7AvGlN72b5mMxFoYjIY=
github.com/palantir/godel/v2 v2.94.0/go.mod h1:t0gYySCtv9GePmFr0rt8SR3uuI681xzl1DUsr+h/gRQ=
github.com/palantir/okgo v1.41.0 h1:qyYj0QJMFC3kT1w7CzMAJ8Ny841DiLfjHksYX3sgeqI=
github.com/palantir/okgo v1.41.0/go.mod h1:Rq/OcyCTusu6kUp4m5+hIrkCe1ut6jMAGroMeALtUe4=
github.com/palantir/pkg v1.1.0 h1:0EhrSUP8oeeh3MUvk7V/UU7WmsN1UiJNTvNj0sN9Cpo=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ github.com/nwaples/rardecode
# github.com/palantir/amalgomate v1.34.0
## explicit; go 1.21
github.com/palantir/amalgomate/amalgomated
# github.com/palantir/godel/v2 v2.93.0
# github.com/palantir/godel/v2 v2.94.0
## explicit; go 1.21
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks
Expand Down

0 comments on commit 66617db

Please sign in to comment.