Skip to content

Commit

Permalink
go.mod: github.com/cloudflare/redoctober v0.0.0-20211013234631-6a74cc…
Browse files Browse the repository at this point in the history
…c611f6

Adds go module support and drops various obsolete dependencies;

full diff: cloudflare/redoctober@99c99a8...6a74ccc

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Nov 20, 2022
1 parent 0cb76ce commit 59534b3
Show file tree
Hide file tree
Showing 62 changed files with 5,798 additions and 6,022 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a
github.com/cloudflare/redoctober v0.0.0-20201013214028-99c99a8e7544
github.com/cloudflare/redoctober v0.0.0-20211013234631-6a74ccc611f6
github.com/go-sql-driver/mysql v1.6.0
github.com/google/certificate-transparency-go v1.1.4
github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548
Expand All @@ -24,16 +24,14 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/getsentry/sentry-go v0.11.0 // indirect
github.com/go-logr/logr v1.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
Expand Down
148 changes: 142 additions & 6 deletions go.sum

Large diffs are not rendered by default.

373 changes: 0 additions & 373 deletions vendor/github.com/certifi/gocertifi/LICENSE

This file was deleted.

69 changes: 0 additions & 69 deletions vendor/github.com/certifi/gocertifi/README.md

This file was deleted.

3,219 changes: 0 additions & 3,219 deletions vendor/github.com/certifi/gocertifi/certifi.go

This file was deleted.

42 changes: 27 additions & 15 deletions vendor/github.com/cloudflare/redoctober/report/report.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/getsentry/raven-go/.dockerignore

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/getsentry/raven-go/.gitignore

This file was deleted.

Empty file.
41 changes: 0 additions & 41 deletions vendor/github.com/getsentry/raven-go/.travis.yml

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/getsentry/raven-go/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/getsentry/raven-go/README.md

This file was deleted.

Loading

0 comments on commit 59534b3

Please sign in to comment.