Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoag committed Mar 4, 2023
1 parent 8ea8062 commit 8d5387d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 350 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ module github.com/nhoag/sumologic-search-job-client-go

go 1.13

require golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
require (
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.5.0
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit 8d5387d

Please sign in to comment.