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-20220708220712-1185a9018129 to 0.7.0 #12

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
20 changes: 0 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
module github.com/nathankot/dotfiles

go 1.12

require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/FiloSottile/captive-browser v0.0.0-20210801210507-9c707dc32afc // indirect
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/renameio v0.1.0 // indirect
github.com/kisielk/gotool v1.0.0 // indirect
github.com/mdempsky/gocode v0.0.0-20200405233807-4acdcbdea79d // indirect
github.com/sanity-io/litter v1.5.1 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20220706164943-b4a6d9510983 // indirect
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
golang.org/x/tools v0.1.12-0.20220630195555-6178576f8ba1 // indirect
golang.org/x/tools/gopls v0.9.0 // indirect
golang.org/x/vuln v0.0.0-20220708185735-a7e5c096cfa7 // indirect
mvdan.cc/gofumpt v0.3.1 // indirect
)
Loading