Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Feb 1, 2023
1 parent 44ba711 commit 82913a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/mholt/archiver v2.1.0+incompatible
github.com/nmiyake/pkg/dirs v1.1.0
github.com/palantir/conjure-go/v6 v6.37.0
github.com/palantir/conjure-go/v6 v6.38.0
github.com/palantir/distgo v1.48.0
github.com/palantir/godel/v2 v2.74.0
github.com/palantir/pkg/cobracli v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ github.com/nmiyake/pkg/gofiles v1.2.0 h1:L0LWMfnHyMxiLP2Cuqno163/4zK73FscEsNd7sH
github.com/nwaples/rardecode v1.0.0 h1:r7vGuS5akxOnR4JQSkko62RJ1ReCMXxQRPtxsiFMBOs=
github.com/nwaples/rardecode v1.0.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/palantir/conjure-go/v6 v6.37.0 h1:enCKWJ/jZ/6RcrPH0PiqlT5vL8K8u8z0LMnQ57Jd1Hs=
github.com/palantir/conjure-go/v6 v6.37.0/go.mod h1:5JABvWotZsGYF8NSCJjAH7A30o/P78wUOezivKvZxSQ=
github.com/palantir/conjure-go/v6 v6.38.0 h1:CZIwruh75JSgnG9zxOpw5RW4Z7dDg0OhVkhBD7KW6aI=
github.com/palantir/conjure-go/v6 v6.38.0/go.mod h1:5JABvWotZsGYF8NSCJjAH7A30o/P78wUOezivKvZxSQ=
github.com/palantir/distgo v1.48.0 h1:gxucnEDEmHES9u494On761S9iCxW38aqGh7t4YwJBX0=
github.com/palantir/distgo v1.48.0/go.mod h1:9Vq7y2qcgjZgRzwa2gdbuJUdkhlLKHKIX5ZVqf3/SuE=
github.com/palantir/distgo/pkg/git v1.0.0 h1:bryRJ9ZdJapz5tGzd/snv6U66tLxyb1b4PbPya/aqD4=
Expand Down
11 changes: 10 additions & 1 deletion vendor/github.com/palantir/conjure-go/v6/conjure/conjure.go

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 @@ -72,7 +72,7 @@ github.com/nmiyake/pkg/errorstringer
# github.com/nwaples/rardecode v1.0.0
## explicit
github.com/nwaples/rardecode
# github.com/palantir/conjure-go/v6 v6.37.0
# github.com/palantir/conjure-go/v6 v6.38.0
## explicit; go 1.19
github.com/palantir/conjure-go/v6/conjure
github.com/palantir/conjure-go/v6/conjure-api/conjure/spec
Expand Down

0 comments on commit 82913a7

Please sign in to comment.