Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/astaxie/beego from 1.12.0 to 1.12.2 in /backend #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 2 additions & 4 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/iost-official/explorer/backend
go 1.13

require (
github.com/astaxie/beego v1.12.0
github.com/astaxie/beego v1.12.2
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/btcsuite/btcutil v1.0.1 // indirect
github.com/dgrijalva/jwt-go v3.2.1-0.20180719211823-0b96aaa70776+incompatible // indirect
github.com/ethereum/go-ethereum v1.9.9 // indirect
github.com/globalsign/mgo v0.0.0-20180828104044-6f9f54af1356
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.2
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/iost-official/go-iost v3.3.1+incompatible
Expand All @@ -22,7 +22,6 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.2.1-0.20180724185102-c2dbbc24a979 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.3.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
Expand All @@ -33,7 +32,6 @@ require (
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.26.0
Expand Down
118 changes: 92 additions & 26 deletions backend/go.sum

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions backend/vendor/github.com/astaxie/beego/session/sess_file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions backend/vendor/github.com/astaxie/beego/session/sess_utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion backend/vendor/github.com/astaxie/beego/session/session.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/vendor/github.com/astaxie/beego/utils/mail.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

222 changes: 157 additions & 65 deletions backend/vendor/github.com/golang/protobuf/descriptor/descriptor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading