Skip to content

Commit a6b2a6b

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
add more integration testing
1 parent c73122d commit a6b2a6b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+9421
-2838
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require (
1414
github.com/google/go-github/v50 v50.2.0
1515
github.com/google/uuid v1.6.0
1616
github.com/gorilla/mux v1.8.1
17-
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
1817
github.com/slack-go/slack v0.17.3
1918
golang.org/x/oauth2 v0.32.0
2019
golang.org/x/sync v0.17.0
@@ -30,6 +29,7 @@ require (
3029
github.com/gorilla/websocket v1.5.3 // indirect
3130
github.com/kr/pretty v0.3.1 // indirect
3231
github.com/rogpeppe/go-internal v1.14.1 // indirect
32+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 // indirect
3333
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
3434
github.com/stretchr/testify v1.11.1 // indirect
3535
golang.org/x/crypto v0.43.0 // indirect

0 commit comments

Comments
 (0)