bitbucket.org/Aishee/synsec@v0.0.0-20210414005726-236fc01a153d/go.mod (about) 1 module bitbucket.org/Aishee/synsec 2 3 go 1.13 4 5 require ( 6 4d63.com/gochecknoinits v0.0.0-20200108094044-eb73b47b9fc4 // indirect 7 entgo.io/ent v0.7.0 8 github.com/AlecAivazis/survey/v2 v2.2.7 9 github.com/Microsoft/go-winio v0.4.16 // indirect 10 github.com/alecthomas/gocyclo v0.0.0-20150208221726-aa8f8b160214 // indirect 11 github.com/antonmedv/expr v1.8.9 12 github.com/appleboy/gin-jwt/v2 v2.6.4 13 github.com/buger/jsonparser v1.1.1 14 github.com/containerd/containerd v1.4.3 // indirect 15 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf 16 github.com/davecgh/go-spew v1.1.1 17 github.com/denisbrodbeck/machineid v1.0.1 18 github.com/dghubble/sling v1.3.0 19 github.com/docker/distribution v2.7.1+incompatible // indirect 20 github.com/docker/docker v20.10.2+incompatible 21 github.com/docker/go-connections v0.4.0 22 github.com/enescakir/emoji v1.0.0 23 github.com/gin-gonic/gin v1.6.3 24 github.com/go-co-op/gocron v0.5.1 25 github.com/go-openapi/errors v0.19.9 26 github.com/go-openapi/strfmt v0.19.11 27 github.com/go-openapi/swag v0.19.12 28 github.com/go-openapi/validate v0.20.0 29 github.com/go-playground/validator/v10 v10.4.1 // indirect 30 github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae 31 github.com/gogo/protobuf v1.3.2 // indirect 32 github.com/google/go-querystring v1.0.0 33 github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e 34 github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 // indirect 35 github.com/hashicorp/go-version v1.2.1 36 github.com/leodido/go-urn v1.2.1 // indirect 37 github.com/lib/pq v1.10.0 38 github.com/logrusorgru/grokky v0.0.0-20180829062225-47edf017d42c 39 github.com/mattn/go-colorable v0.1.8 // indirect 40 github.com/mattn/go-runewidth v0.0.10 // indirect 41 github.com/mattn/go-sqlite3 v2.0.3+incompatible 42 github.com/mdempsky/maligned v0.0.0-20210215075342-f0178ee82032 // indirect 43 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect 44 github.com/mibk/dupl v1.0.0 // indirect 45 github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect 46 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 47 github.com/morikuni/aec v1.0.0 // indirect 48 github.com/nxadm/tail v1.4.6 49 github.com/olekukonko/tablewriter v0.0.5 50 github.com/opencontainers/go-digest v1.0.0 // indirect 51 github.com/opencontainers/image-spec v1.0.1 // indirect 52 github.com/opennota/check v0.0.0-20180911053232-0c771f5545ff // indirect 53 github.com/oschwald/geoip2-golang v1.4.0 54 github.com/oschwald/maxminddb-golang v1.8.0 55 github.com/pkg/errors v0.9.1 56 github.com/prometheus/client_golang v1.9.0 57 github.com/prometheus/client_model v0.2.0 58 github.com/prometheus/procfs v0.3.0 // indirect 59 github.com/prometheus/prom2json v1.3.0 60 github.com/rivo/uniseg v0.2.0 // indirect 61 github.com/russross/blackfriday/v2 v2.1.0 // indirect 62 github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989 // indirect 63 github.com/sirupsen/logrus v1.7.0 64 github.com/spf13/cobra v1.1.3 65 github.com/stretchr/testify v1.7.0 66 github.com/stripe/safesql v0.2.0 // indirect 67 github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9 // indirect 68 github.com/ugorji/go v1.2.3 // indirect 69 github.com/vjeantet/grok v1.0.1 // indirect 70 github.com/walle/lll v1.0.1 // indirect 71 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad 72 golang.org/x/mod v0.4.1 73 golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect 74 golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 75 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect 76 golang.org/x/text v0.3.5 // indirect 77 google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f // indirect 78 google.golang.org/grpc v1.35.0 // indirect 79 gopkg.in/natefinch/lumberjack.v2 v2.0.0 80 gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 81 gopkg.in/yaml.v2 v2.4.0 82 gotest.tools/v3 v3.0.3 // indirect 83 mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 // indirect 84 ) 85 86 replace golang.org/x/time/rate => bitbucket.org/Aishee/synsec/pkg/time/rate v0.0.0