Skip to content

Commit

Permalink
go1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Stumble committed Feb 23, 2020
1 parent 45f63f9 commit cabffb1
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 324 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO := go
NAME := needle
MAIN_GO := ./cmd/needle/main.go
MAIN_GO := ./cmd/needle
ROOT_PACKAGE := $(GIT_PROVIDER)/$(ORG)/$(NAME)
GO_VERSION := $(shell $(GO) version | sed -e 's/^[^0-9.]*\([0-9.]*\).*/\1/')
PACKAGE_DIRS := $(shell $(GO) list ./... | grep -v /vendor/ | grep -v /api/ )
Expand Down
70 changes: 9 additions & 61 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,73 +1,21 @@
module github.com/stumble/needle

go 1.12
go 1.13

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/coocood/freecache v1.1.0
github.com/coreos/etcd v3.3.15+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.10.0 // indirect
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/go-redis/redis v6.15.7+incompatible
github.com/go-sql-driver/mysql v0.0.0-20170715192408-3955978caca4
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/montanaflynn/stats v0.5.0 // indirect
github.com/onsi/ginkgo v1.9.0 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/pingcap/failpoint v0.0.0-20190708053854-e7b1061e6e81 // indirect
github.com/pingcap/gofail v0.0.0-20181217135706-6a951c1e42c3 // indirect
github.com/pingcap/kvproto v0.0.0-20190828074853-749a55866177 // indirect
github.com/pingcap/log v0.0.0-20190715063458-479153f07ebd // indirect
github.com/pingcap/parser v0.0.0-20190828080649-a621a0f9b06c
github.com/pingcap/pd v2.1.16+incompatible // indirect
github.com/pingcap/tidb v0.0.0-20190828153516-8c5f4c766eb9
github.com/pingcap/tidb-tools v3.0.3+incompatible // indirect
github.com/pingcap/tipb v0.0.0-20190823055122-55a45ba82a79 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/procfs v0.0.4 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/rs/zerolog v1.15.0
github.com/opentracing/opentracing-go v1.0.2
github.com/pingcap/parser v0.0.0-20200204030923-87ba27c8f691
github.com/pingcap/tidb v1.1.0-beta.0.20190117121324-5f8265a8f9be
github.com/prometheus/client_golang v0.9.0
github.com/rs/zerolog v1.17.2
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.18.12+incompatible // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible // indirect
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
github.com/unrolled/render v1.0.1 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.0.0-20190828213141-aed303cbaa74 // indirect
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.23.0 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 // indirect
)

replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
Loading

0 comments on commit cabffb1

Please sign in to comment.