-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from owenthereal/1_17
Update to Go 1.17
- Loading branch information
Showing
2,391 changed files
with
199,769 additions
and
137,912 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,116 @@ | ||
module github.com/owenthereal/candy | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/caddyserver/caddy/v2 v2.3.0 | ||
github.com/fsnotify/fsnotify v1.4.9 | ||
github.com/google/go-cmp v0.5.4 | ||
github.com/inetaf/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 | ||
github.com/miekg/dns v1.1.38 | ||
github.com/caddyserver/caddy/v2 v2.4.5 | ||
github.com/fsnotify/fsnotify v1.5.1 | ||
github.com/google/go-cmp v0.5.6 | ||
github.com/miekg/dns v1.1.43 | ||
github.com/oklog/run v1.1.1-0.20200508094559-c7096881717e | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.7.1 | ||
go.uber.org/zap v1.16.0 | ||
github.com/spf13/viper v1.9.0 | ||
go.uber.org/zap v1.19.1 | ||
inet.af/tcpproxy v0.0.0-20210824174053-2e577fef49e2 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/kms v1.0.0 // indirect | ||
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/Masterminds/sprig/v3 v3.2.2 // indirect | ||
github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/caddyserver/certmagic v0.14.5 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/dgraph-io/badger v1.6.2 // indirect | ||
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect | ||
github.com/dgraph-io/ristretto v0.0.4-0.20200906165740-41ebdbffecfd // indirect | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac // indirect | ||
github.com/go-kit/kit v0.10.0 // indirect | ||
github.com/go-logfmt/logfmt v0.5.0 // indirect | ||
github.com/go-sql-driver/mysql v1.6.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/google/cel-go v0.7.3 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/huandu/xstrings v1.3.1 // indirect | ||
github.com/imdario/mergo v0.3.11 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect | ||
github.com/klauspost/compress v1.13.4 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect | ||
github.com/libdns/libdns v0.2.1 // indirect | ||
github.com/lucas-clemente/quic-go v0.23.0 // indirect | ||
github.com/lunixbochs/vtclean v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/manifoldco/promptui v0.8.0 // indirect | ||
github.com/marten-seemann/qpack v0.2.1 // indirect | ||
github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect | ||
github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-isatty v0.0.13 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mholt/acmez v1.0.0 // indirect | ||
github.com/micromdm/scep/v2 v2.0.0 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.2 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/onsi/ginkgo v1.16.4 // indirect | ||
github.com/pelletier/go-toml v1.9.4 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/client_golang v1.11.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.26.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/rs/xid v1.2.1 // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/samfoo/ansi v0.0.0-20160124022901-b6bd2ded7189 // indirect | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.7.0 // indirect | ||
github.com/smallstep/certificates v0.16.4 // indirect | ||
github.com/smallstep/cli v0.16.1 // indirect | ||
github.com/smallstep/nosql v0.3.8 // indirect | ||
github.com/smallstep/truststore v0.9.6 // indirect | ||
github.com/spf13/afero v1.6.0 // indirect | ||
github.com/spf13/cast v1.4.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/stoewer/go-strcase v1.2.0 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/urfave/cli v1.22.5 // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect | ||
go.step.sm/cli-utils v0.4.1 // indirect | ||
go.step.sm/crypto v0.9.0 // indirect | ||
go.step.sm/linkedca v0.0.0-20210611183751-27424aae8d25 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect | ||
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 // indirect | ||
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.57.0 // indirect | ||
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6 // indirect | ||
google.golang.org/grpc v1.40.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/ini.v1 v1.63.2 // indirect | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect | ||
) |
Oops, something went wrong.