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

chore(deps): bump github.com/dutchcoders/transfer.sh from 1.0.0 to 1.3.0 #11

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
25 changes: 3 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@ module github.com/apcat/vulnerability-scanning-example
go 1.16

require (
cloud.google.com/go v0.60.0 // indirect
github.com/PuerkitoBio/ghost v0.0.0-20160324114900-206e6e460e14 // indirect
github.com/VojtechVitek/ratelimit v0.0.0-20160722140851-dc172bc0f6d2 // indirect
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 // indirect
github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847 // indirect
github.com/armon/go-metrics v0.3.9 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e // indirect
github.com/dutchcoders/go-virustotal v0.0.0-20140923143438-24cc8e6fa329 // indirect
github.com/dutchcoders/transfer.sh v1.0.0
github.com/dutchcoders/transfer.sh-web v0.0.0-20210212072623-ac7014a9c3a7 // indirect
github.com/dutchcoders/transfer.sh v1.3.0
github.com/elastic/gosigar v0.14.1 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/ethereum/go-ethereum v1.9.7
github.com/garyburd/redigo v1.6.2 // indirect
github.com/goamz/goamz v0.0.0-20180131231218-8b901b531db8 // indirect
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/consul v1.4.5
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
Expand All @@ -44,25 +32,18 @@ require (
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pion/dtls v1.5.1
github.com/russellhaering/gosaml2 v0.4.0
github.com/russross/blackfriday v1.5.2 // indirect
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
go.mongodb.org/mongo-driver v1.2.1
go.opencensus.io v0.22.4 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
golang.org/x/text v0.3.2
google.golang.org/api v0.29.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
golang.org/x/text v0.3.5
google.golang.org/grpc v1.39.1 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
Expand Down
Loading