-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the storjscan config file to the generated configs used within storj-up. Change-Id: Ieb3035f2d7608e28ad6b7b60198f677fae92a131
- Loading branch information
1 parent
82204dc
commit 6222d76
Showing
9 changed files
with
2,550 additions
and
437 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
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
|
||
package config | ||
|
||
//go:generate go run ./gen/. ./gen | ||
//go:generate bash -c "cd gen && go run ." |
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 |
---|---|---|
@@ -0,0 +1,234 @@ | ||
module gen | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/zeebo/errs v1.3.0 | ||
storj.io/gateway-mt v1.38.0 | ||
storj.io/storj v1.64.1 | ||
storj.io/storj-up v1.0.0 | ||
storj.io/storjscan v0.0.0-20220909003402-28d145ea1272 | ||
) | ||
|
||
require ( | ||
git.apache.org/thrift.git v0.13.0 // indirect | ||
github.com/Azure/azure-pipeline-go v0.2.2 // indirect | ||
github.com/Azure/azure-storage-blob-go v0.10.0 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect | ||
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect | ||
github.com/Shopify/sarama v1.27.2 // indirect | ||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect | ||
github.com/VividCortex/ewma v1.1.1 // indirect | ||
github.com/alecthomas/participle v0.2.1 // indirect | ||
github.com/apache/thrift v0.13.0 // indirect | ||
github.com/bcicen/jstream v1.0.1 // indirect | ||
github.com/beevik/ntp v0.3.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect | ||
github.com/btcsuite/btcd v0.21.0-beta // indirect | ||
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect | ||
github.com/calebcase/tmpfile v1.0.3 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/cheggaaa/pb v1.0.29 // indirect | ||
github.com/cloudfoundry/gosigar v1.1.0 // indirect | ||
github.com/coredns/coredns v1.6.6 // indirect | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dchest/siphash v1.2.1 // indirect | ||
github.com/deckarep/golang-set v1.8.0 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/djherbis/atime v1.0.0 // indirect | ||
github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/eapache/go-resiliency v1.2.0 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/eclipse/paho.mqtt.golang v1.3.0 // indirect | ||
github.com/ethereum/go-ethereum v1.10.16 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect | ||
github.com/go-ldap/ldap/v3 v3.2.4 // indirect | ||
github.com/go-oauth2/oauth2/v4 v4.4.2 // indirect | ||
github.com/go-ole/go-ole v1.2.4 // indirect | ||
github.com/go-redis/redis/v8 v8.7.1 // indirect | ||
github.com/go-sql-driver/mysql v1.5.0 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect | ||
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/gomodule/redigo v1.8.3 // indirect | ||
github.com/google/flatbuffers v1.12.1 // indirect | ||
github.com/google/go-cmp v0.5.7 // indirect | ||
github.com/google/uuid v1.1.5 // indirect | ||
github.com/gorilla/handlers v1.5.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/gorilla/schema v1.2.0 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/graphql-go/graphql v0.7.9 // indirect | ||
github.com/hashicorp/go-hclog v1.3.0 // indirect | ||
github.com/hashicorp/go-msgpack v1.1.5 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/raft v1.3.10 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgconn v1.13.0 // indirect | ||
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.3.1 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgtype v1.12.0 // indirect | ||
github.com/jackc/pgx/v4 v4.17.1 // indirect | ||
github.com/jcmturner/gofork v1.0.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.11 // indirect | ||
github.com/jtolds/monkit-hw/v2 v2.0.0-20191108235325-141a0da276b3 // indirect | ||
github.com/jtolds/tracetagger/v2 v2.0.0-rc5 // indirect | ||
github.com/klauspost/compress v1.14.3 // indirect | ||
github.com/klauspost/cpuid v1.3.1 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.12 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/klauspost/readahead v1.3.1 // indirect | ||
github.com/klauspost/reedsolomon v1.9.11 // indirect | ||
github.com/lib/pq v1.10.3 // indirect | ||
github.com/lucas-clemente/quic-go v0.28.1 // indirect | ||
github.com/magefile/mage v1.13.0 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect | ||
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect | ||
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect | ||
github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-ieproxy v0.0.1 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.12 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/miekg/dns v1.1.35 // indirect | ||
github.com/miguelmota/go-ethereum-hdwallet v0.1.1 // indirect | ||
github.com/minio/cli v1.22.0 // indirect | ||
github.com/minio/highwayhash v1.0.2 // indirect | ||
github.com/minio/md5-simd v1.1.1 // indirect | ||
github.com/minio/minio-go/v7 v7.0.11-0.20210302210017-6ae69c73ce78 // indirect | ||
github.com/minio/selfupdate v0.3.1 // indirect | ||
github.com/minio/sha256-simd v1.0.0 // indirect | ||
github.com/minio/simdjson-go v0.2.1 // indirect | ||
github.com/minio/sio v0.2.1 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/montanaflynn/stats v0.5.0 // indirect | ||
github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d // indirect | ||
github.com/nats-io/nkeys v0.3.0 // indirect | ||
github.com/nats-io/nuid v1.0.1 // indirect | ||
github.com/nats-io/stan.go v0.8.3 // indirect | ||
github.com/ncw/directio v1.0.5 // indirect | ||
github.com/nsqio/go-nsq v1.0.8 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/olivere/elastic/v7 v7.0.22 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/oschwald/maxminddb-golang v1.8.0 // indirect | ||
github.com/outcaste-io/badger/v3 v3.2202.1-0.20220426173331-b25bc764af0d // indirect | ||
github.com/outcaste-io/ristretto v0.1.1-0.20220420003845-bd658a460d49 // indirect | ||
github.com/philhofer/fwd v1.1.1 // indirect | ||
github.com/pierrec/lz4 v2.5.2+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/pquerna/otp v1.3.0 // indirect | ||
github.com/prometheus/client_golang v1.8.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.14.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect | ||
github.com/rjeczalik/notify v0.9.2 // indirect | ||
github.com/rs/cors v1.7.0 // indirect | ||
github.com/rs/xid v1.2.1 // indirect | ||
github.com/secure-io/sio-go v0.3.1 // indirect | ||
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect | ||
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect | ||
github.com/shirou/gopsutil/v3 v3.21.1 // indirect | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/spacemonkeygo/monkit/v3 v3.0.19 // indirect | ||
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/spf13/cobra v1.2.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/streadway/amqp v1.0.0 // indirect | ||
github.com/stripe/stripe-go/v72 v72.51.0 // indirect | ||
github.com/tidwall/gjson v1.9.3 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/tidwall/sjson v1.0.4 // indirect | ||
github.com/tinylib/msgp v1.1.3 // indirect | ||
github.com/tklauser/go-sysconf v0.3.5 // indirect | ||
github.com/tklauser/numcpus v0.2.2 // indirect | ||
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef // indirect | ||
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a // indirect | ||
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3 // indirect | ||
github.com/willf/bitset v1.1.11 // indirect | ||
github.com/willf/bloom v2.0.3+incompatible // indirect | ||
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect | ||
github.com/xdg/stringprep v1.0.0 // indirect | ||
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect | ||
github.com/zeebo/admission/v3 v3.0.3 // indirect | ||
github.com/zeebo/blake3 v0.2.3 // indirect | ||
github.com/zeebo/errs/v2 v2.0.3 // indirect | ||
github.com/zeebo/float16 v0.1.0 // indirect | ||
github.com/zeebo/incenc v0.0.0-20180505221441-0d92902eec54 // indirect | ||
github.com/zeebo/mwc v0.0.4 // indirect | ||
go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
go.opentelemetry.io/otel v0.18.0 // indirect | ||
go.opentelemetry.io/otel/metric v0.18.0 // indirect | ||
go.opentelemetry.io/otel/trace v0.18.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.19.1 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect | ||
golang.org/x/tools v0.1.10 // indirect | ||
google.golang.org/api v0.44.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect | ||
google.golang.org/grpc v1.38.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect | ||
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
gopkg.in/segmentio/analytics-go.v3 v3.1.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/webhelp.v1 v1.0.0-20170530084242-3f30213e4c49 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
storj.io/common v0.0.0-20220902050723-654fd98b53c6 // indirect | ||
storj.io/dotworld v0.0.0-20210324183515-0d11aeccd840 // indirect | ||
storj.io/drpc v0.0.32 // indirect | ||
storj.io/minio v0.0.0-20220404203534-ae15cc41053b // indirect | ||
storj.io/monkit-jaeger v0.0.0-20220726162929-c3a9898b5bca // indirect | ||
storj.io/private v0.0.0-20220823161836-79135887c9be // indirect | ||
storj.io/uplink v1.9.1-0.20220811092921-37dccde06f31 // indirect | ||
storj.io/zipper v0.0.0-20220124122551-2ac2d53a46f6 // indirect | ||
) | ||
|
||
replace google.golang.org/grpc => google.golang.org/grpc v1.29.0 |
Oops, something went wrong.