-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrades go version and libraries
- Removes non-existen belogik/goes
- Loading branch information
Showing
2 changed files
with
450 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,22 @@ | ||
module github.com/mapreal19/beemiel | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/astaxie/beego v1.11.1 | ||
github.com/casbin/casbin v1.8.1 // indirect | ||
github.com/couchbase/go-couchbase v0.0.0-20190327224745-52609cce9b7b // indirect | ||
github.com/couchbase/gomemcached v0.0.0-20190306175622-bc10fba93c46 // indirect | ||
github.com/couchbase/goutils v0.0.0-20190315194238-f9d42b11473b // indirect | ||
github.com/edsrzf/mmap-go v1.0.0 // indirect | ||
github.com/go-redis/redis v6.15.2+incompatible // indirect | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/kisielk/errcheck v1.2.0 // indirect | ||
github.com/astaxie/beego v1.12.3 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/o1egl/paseto v1.0.0 | ||
github.com/onsi/ginkgo v1.8.0 | ||
github.com/onsi/gomega v1.5.0 | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/onsi/ginkgo v1.12.0 | ||
github.com/onsi/gomega v1.7.1 | ||
github.com/prometheus/client_golang v1.9.0 // indirect | ||
github.com/sendgrid/rest v2.6.2+incompatible // indirect | ||
github.com/sendgrid/sendgrid-go v3.7.0+incompatible | ||
github.com/siddontang/ledisdb v0.0.0-20190202134119-8ceb77e66a92 // indirect | ||
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect | ||
github.com/slack-go/slack v0.7.2 | ||
github.com/stretchr/objx v0.1.1 // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/syndtr/goleveldb v1.0.0 // indirect | ||
github.com/wendal/errors v0.0.0-20181209125328-7f31f4b264ec // indirect | ||
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c | ||
golang.org/x/net v0.0.0-20190327214358-63eda1eb0650 // indirect | ||
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect | ||
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect | ||
golang.org/x/tools v0.0.0-20190328030505-8f05a32dce9f // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect | ||
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect | ||
golang.org/x/text v0.3.4 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.