Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jul 30, 2024
1 parent 9216c3b commit 45af44d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.21
require (
github.com/mholt/archiver v2.1.0+incompatible
github.com/nmiyake/pkg/dirs v1.1.0
github.com/palantir/conjure-go/v6 v6.58.0
github.com/palantir/conjure-go/v6 v6.59.0
github.com/palantir/distgo v1.73.0
github.com/palantir/godel/v2 v2.112.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 @@ -184,8 +184,8 @@ github.com/nmiyake/pkg/gofiles v1.2.0/go.mod h1:aPXiVvXPwxNanRNuFIRVPYn6eTC4qxjD
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.58.0 h1:R2xAxoBCtMU98VnPbNI0FKAe6AYoRKBzrJZccsbmLkQ=
github.com/palantir/conjure-go/v6 v6.58.0/go.mod h1:0vJWu0sU7ooJMj+lH90hqEfF+ioqEuNbrg0GiCjLYVs=
github.com/palantir/conjure-go/v6 v6.59.0 h1:ECsx1R4fOSvJZWhegp3IKYdSodWnhAWzkpbY40O2c2s=
github.com/palantir/conjure-go/v6 v6.59.0/go.mod h1:uXsVNUQL1fKFOnEAiyq6YtKY3Fx3R/qbaVNFHveihlo=
github.com/palantir/distgo v1.73.0 h1:8e81KjqzJZZW2ByQxM+YQgrhNkesH7N9rc4vmfXDkyE=
github.com/palantir/distgo v1.73.0/go.mod h1:uLhqiMbj2KrlHMoWyFVrJl++6PvsBR8CryCNFLBKGpo=
github.com/palantir/distgo/pkg/git v1.0.0 h1:bryRJ9ZdJapz5tGzd/snv6U66tLxyb1b4PbPya/aqD4=
Expand Down
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.58.0
# github.com/palantir/conjure-go/v6 v6.59.0
## explicit; go 1.21
github.com/palantir/conjure-go/v6/conjure
github.com/palantir/conjure-go/v6/conjure-api/conjure/spec
Expand Down

0 comments on commit 45af44d

Please sign in to comment.