Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 14, 2023
1 parent ae50154 commit 7363dc9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/palantir/witchcraft-go-error v1.29.0
github.com/palantir/witchcraft-go-logging v1.46.0
github.com/palantir/witchcraft-go-params v1.27.0
github.com/palantir/witchcraft-go-server/v2 v2.69.0
github.com/palantir/witchcraft-go-server/v2 v2.70.0
github.com/palantir/witchcraft-go-tracing v1.29.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ github.com/palantir/witchcraft-go-logging v1.46.0 h1:1GmM8kkUXDziIS17pBr/AY/6FMt
github.com/palantir/witchcraft-go-logging v1.46.0/go.mod h1:T6ECx7Hqdohkm1OXjQMD5+iCp2e4o66gzWsDhf589LA=
github.com/palantir/witchcraft-go-params v1.27.0 h1:2xwZA/wxbNmsARKjkhGgLceVcpn6wkXbOrntmlvbtTw=
github.com/palantir/witchcraft-go-params v1.27.0/go.mod h1:hspt+NCM0m7T8fjVwVFurdR9a+af7wcmPJYQJnqkdCM=
github.com/palantir/witchcraft-go-server/v2 v2.69.0 h1:acC+nkaNEqdVFeo0jqs3DHzAHaS/amBA1CPF8uZgWOY=
github.com/palantir/witchcraft-go-server/v2 v2.69.0/go.mod h1:rAiXQebEpAax40BtNlv++QzZRu5y4FTUphS4N5/Hcvk=
github.com/palantir/witchcraft-go-server/v2 v2.70.0 h1:xmEgms5+Q9/kbIGZ46mIM1XTwRU0v/eweiXNzTcfSVY=
github.com/palantir/witchcraft-go-server/v2 v2.70.0/go.mod h1:g4Shmc7k7RKsd4ThjzRHR1BzEfveRhnJDb0UII3497Q=
github.com/palantir/witchcraft-go-tracing v1.29.0 h1:pX9ocAYacfoTwIvjBWjEpyXVoxUT3CrPsywaBFHVxqY=
github.com/palantir/witchcraft-go-tracing v1.29.0/go.mod h1:s+twrZfD2zovwKb8ovgxT8dzSS+pAZVPWihq0kbCunM=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
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 @@ -168,7 +168,7 @@ github.com/palantir/witchcraft-go-logging/wlog/wrappedlog/wrapped1log
# github.com/palantir/witchcraft-go-params v1.27.0
## explicit; go 1.21
github.com/palantir/witchcraft-go-params
# github.com/palantir/witchcraft-go-server/v2 v2.69.0
# github.com/palantir/witchcraft-go-server/v2 v2.70.0
## explicit; go 1.20
github.com/palantir/witchcraft-go-server/v2/config
github.com/palantir/witchcraft-go-server/v2/rest
Expand Down

0 comments on commit 7363dc9

Please sign in to comment.