Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jan 25, 2024
1 parent cfdc6aa commit 3e5f6e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/nmiyake/pkg/dirs v1.1.0
github.com/palantir/conjure-go/v6 v6.53.0
github.com/palantir/distgo v1.64.0
github.com/palantir/godel/v2 v2.99.0
github.com/palantir/godel/v2 v2.100.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/palantir/pkg/safehttp v1.1.0
github.com/palantir/pkg/safejson v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ github.com/palantir/distgo/pkg/git v1.0.0 h1:bryRJ9ZdJapz5tGzd/snv6U66tLxyb1b4Pb
github.com/palantir/distgo/pkg/git v1.0.0/go.mod h1:eXrr3SOmf/sWTYmtiubYVxSaVegTlMGgRgBUFMFFedw=
github.com/palantir/go-ptimports/v2 v2.10.0 h1:foAjyLulrcRc89Vto7EwniJJDiQT8oiG8CsLAH9h8HE=
github.com/palantir/go-ptimports/v2 v2.10.0/go.mod h1:BhZDs/eL/RvgShGCPEG+vKxZJug+geeGEppwLjedxNI=
github.com/palantir/godel/v2 v2.99.0 h1:yOQ1wg0FXDAxyULZVyKAyZX/rx1aICnGNRmQmn5KK+E=
github.com/palantir/godel/v2 v2.99.0/go.mod h1:/tkNvreQu//T5AtzDvHYCQUxLtJFM+2fTRAIMLl3ZX8=
github.com/palantir/godel/v2 v2.100.0 h1:UWvkmW2mXPKXjjACy9u0yMiLajnwaIc67EwI+9EbEN4=
github.com/palantir/godel/v2 v2.100.0/go.mod h1:/tkNvreQu//T5AtzDvHYCQUxLtJFM+2fTRAIMLl3ZX8=
github.com/palantir/pkg v1.0.1/go.mod h1:Eo6Jl0UXfT+65sLXJOcU9duu0WPvKsWFXCb0dE5VWZs=
github.com/palantir/pkg v1.1.0 h1:0EhrSUP8oeeh3MUvk7V/UU7WmsN1UiJNTvNj0sN9Cpo=
github.com/palantir/pkg v1.1.0/go.mod h1:KC9srP/9ssWRxBxFCIqhUGC4Jt7OJkWRz0Iqehup1/c=
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 @@ -96,7 +96,7 @@ github.com/palantir/distgo/pkg/git
# github.com/palantir/go-ptimports/v2 v2.10.0
## explicit; go 1.16
github.com/palantir/go-ptimports/v2/ptimports
# github.com/palantir/godel/v2 v2.99.0
# github.com/palantir/godel/v2 v2.100.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 3e5f6e3

Please sign in to comment.