Skip to content

Commit fb729f0

Browse files
Excavator: Manage go module dependencies (#68)
Co-authored-by: svc-excavator-bot <[email protected]>
1 parent 8a68815 commit fb729f0

File tree

2 files changed

+345
-7
lines changed

2 files changed

+345
-7
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ require (
99
github.com/google/go-github/v33 v33.0.0
1010
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1111
github.com/hashicorp/golang-lru v0.5.4
12-
github.com/palantir/go-baseapp v0.2.2
12+
github.com/palantir/go-baseapp v0.2.3
1313
github.com/pkg/errors v0.9.1
1414
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
1515
github.com/rs/zerolog v1.18.0
1616
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0
1717
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
1818
goji.io v2.0.2+incompatible
19-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
19+
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
2020
gopkg.in/yaml.v2 v2.2.8
2121
)

0 commit comments

Comments
 (0)