generated from caicloud/golang-template-project
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update vendor Signed-off-by: cegao <ce.gao@outlook.com> * Update Signed-off-by: cegao <ce.gao@outlook.com> * Update Signed-off-by: cegao <ce.gao@outlook.com>
- Loading branch information
Showing
46 changed files
with
146 additions
and
1,267 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 was deleted.
Oops, something went wrong.
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,45 +1,83 @@ | ||
module github.com/kleveross/ormb | ||
|
||
go 1.12 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/bugsnag/bugsnag-go v1.5.3 // indirect | ||
github.com/bugsnag/panicwrap v1.2.0 // indirect | ||
github.com/containerd/containerd v1.3.4 | ||
github.com/deislabs/oras v0.8.1 | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce | ||
github.com/golang/mock v1.4.4 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/onsi/ginkgo v1.13.0 | ||
github.com/onsi/gomega v1.10.1 | ||
github.com/opencontainers/go-digest v1.0.0-rc1 | ||
github.com/opencontainers/image-spec v1.0.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/viper v1.7.0 | ||
github.com/xeonx/timeago v1.0.0-rc4 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect | ||
github.com/Microsoft/hcsshim v0.8.7 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bugsnag/bugsnag-go v1.5.3 // indirect | ||
github.com/bugsnag/panicwrap v1.2.0 // indirect | ||
github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f // indirect | ||
github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.6.3 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-metrics v0.0.1 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/garyburd/redigo v1.6.0 // indirect | ||
github.com/gofrs/uuid v3.3.0+incompatible // indirect | ||
github.com/golang/mock v1.4.4 | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/gorilla/handlers v1.4.2 // indirect | ||
github.com/gorilla/mux v1.7.4 // indirect | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect | ||
github.com/kleveross/goveralls v0.0.7-0.20200806062153-812c5f82e829 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/onsi/ginkgo v1.13.0 | ||
github.com/onsi/gomega v1.10.1 | ||
github.com/opencontainers/go-digest v1.0.0-rc1 | ||
github.com/opencontainers/image-spec v1.0.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/nxadm/tail v1.4.4 // indirect | ||
github.com/opencontainers/runc v0.1.1 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/prometheus/client_golang v1.1.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/prometheus/common v0.6.0 // indirect | ||
github.com/prometheus/procfs v0.0.5 // indirect | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/jwalterweatherman v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
github.com/stretchr/testify v1.5.1 // indirect | ||
github.com/xeonx/timeago v1.0.0-rc4 | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect | ||
github.com/yvasiyarov/gorelic v0.0.7 // indirect | ||
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect | ||
go.opencensus.io v0.22.0 // indirect | ||
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect | ||
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect | ||
google.golang.org/grpc v1.27.0 // indirect | ||
google.golang.org/protobuf v1.23.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 | ||
gopkg.in/ini.v1 v1.51.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
rsc.io/letsencrypt v0.0.3 // indirect | ||
) |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.