Skip to content

Commit

Permalink
Bump golang.org/x/net from 0.8.0 to 0.17.0 in /build
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](golang/net@v0.8.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 97c2b76 commit 3cd2d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 41 deletions.
44 changes: 3 additions & 41 deletions build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,8 @@ module github.com/forceu/gokapi
go 1.20

require (
git.mills.io/prologic/bitcask v1.0.2
github.com/NYTimes/gziphandler v1.1.1
github.com/aws/aws-sdk-go v1.44.233
github.com/caarlos0/env/v6 v6.10.1
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/jinzhu/copier v0.3.5
github.com/johannesboyne/gofakes3 v0.0.0-20210415062230-4b6b67a85d38
github.com/juju/ratelimit v1.0.2
github.com/r3labs/sse/v2 v2.10.0
github.com/secure-io/sio-go v0.3.1
golang.org/x/crypto v0.7.0
golang.org/x/oauth2 v0.6.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/term v0.6.0
gopkg.in/yaml.v3 v3.0.1
github.com/tdewolff/minify/v2 v2.12.5
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
)

require (
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/plar/go-adaptive-radix-tree v1.0.5 // indirect
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
github.com/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/tdewolff/minify/v2 v2.12.5 // indirect
github.com/tdewolff/parse/v2 v2.6.5 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/tools v0.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)

require (
github.com/coreos/go-oidc/v3 v3.5.0
golang.org/x/sys v0.6.0 // indirect
)
require github.com/tdewolff/parse/v2 v2.6.5 // indirect
2 changes: 2 additions & 0 deletions build/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ github.com/tdewolff/parse/v2 v2.6.5 h1:lYvWBk55GkqKl0JJenGpmrgu/cPHQQ6/Mm1hBGswo
github.com/tdewolff/parse/v2 v2.6.5/go.mod h1:woz0cgbLwFdtbjJu8PIKxhW05KplTFQkOdX78o+Jgrs=
github.com/tdewolff/test v1.0.7 h1:8Vs0142DmPFW/bQeHRP3MV19m1gvndjUb1sn8yy74LM=
github.com/tdewolff/test v1.0.7/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 3cd2d67

Please sign in to comment.