Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/net from 0.0.0-20200822124328-c89045814202 to 0.7.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,41 @@ go 1.13

require (
github.com/aws/aws-lambda-go v1.24.0
github.com/awslabs/aws-lambda-go-api-proxy v0.10.0
github.com/fatih/color v1.7.0
github.com/future-architect/gocloudurls v1.0.4
github.com/go-chi/chi v4.1.2+incompatible // indirect
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/runtime v0.19.12
github.com/go-openapi/spec v0.19.7
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.8
github.com/go-openapi/validate v0.19.7
github.com/golang/protobuf v1.4.2 // indirect
github.com/ikawaha/kagome-dict/ipa v1.0.1
github.com/ikawaha/kagome/v2 v2.3.4
github.com/jessevdk/go-flags v1.4.0
github.com/klauspost/compress v1.11.1 // indirect
github.com/kljensen/snowball v0.6.0
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/rs/xid v1.2.1
github.com/shibukawa/cloudcounter v0.0.2
github.com/shibukawa/compints v0.1.0
github.com/stretchr/testify v1.6.1
github.com/valyala/fasttemplate v1.2.1 // indirect
go.mongodb.org/mongo-driver v1.3.1 // indirect
go.pyspa.org/brbundle v1.1.2
gocloud.dev v0.19.0
gocloud.dev/docstore/mongodocstore v0.19.0
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
Loading