Skip to content

Commit

Permalink
update upstream core to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi2017 committed Dec 19, 2020
1 parent 013e503 commit dd2d4a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cfi2017/bl3-save
go 1.14

require (
github.com/cfi2017/bl3-save-core v1.1.3
github.com/cfi2017/bl3-save-core v1.1.4
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.2
github.com/golang/protobuf v1.4.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+Ce
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cfi2017/bl3-save-core v1.1.3 h1:42g6aYjUtjyqcoua8q09VtK5uzZ39WKMWfLOgCTVALI=
github.com/cfi2017/bl3-save-core v1.1.3/go.mod h1:YV/PucmAhOAspofYbsys0dCm8qTAdsPPQuRvjjjjunM=
github.com/cfi2017/bl3-save-core v1.1.4 h1:HkcBik7W3lE/iFrKjen1rLT+ZTx8KUHR2ffy7emH2vY=
github.com/cfi2017/bl3-save-core v1.1.4/go.mod h1:YV/PucmAhOAspofYbsys0dCm8qTAdsPPQuRvjjjjunM=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
Expand Down

0 comments on commit dd2d4a2

Please sign in to comment.