Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Akamu
Game Server Go
Commits
3029f670
Commit
3029f670
authored
Oct 04, 2020
by
Julien Schröter
Committed by
Julien Schröter
Oct 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create golang module for game-server project
parent
e043c635
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
513 additions
and
0 deletions
+513
-0
go.mod
go.mod
+27
-0
go.sum
go.sum
+486
-0
No files found.
go.mod
0 → 100644
View file @
3029f670
module
gitlab.akamu.de/akamu/game-server-go
go 1.14
require (
cloud.google.com/go/firestore
v1.3.0 // indirect
cloud.google.com/go/storage
v1.12.0 // indirect
firebase.google.com/go
v3.13.0+incompatible
github.com/7Z0nE/expandstruct
v0.0.0-20190905093345-ecc54331a3eb
github.com/certifi/gocertifi
v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/dgrijalva/jwt-go
v3.2.0+incompatible
github.com/getsentry/raven-go
v0.2.0
github.com/gin-gonic/gin
v1.6.3
github.com/go-playground/locales
v0.13.0
github.com/go-playground/universal-translator
v0.17.0
github.com/go-playground/validator/v10
v10.4.0
github.com/go-sql-driver/mysql
v1.5.0
github.com/json-iterator/go
v1.1.10 // indirect
github.com/kinbiko/jsonassert
v1.0.1
github.com/pkg/errors
v0.9.1 // indirect
github.com/stretchr/testify
v1.6.1
github.com/ugorji/go
v1.1.10 // indirect
gitlab.akamu.de/akamu/gin-jwt
v1.0.0
golang.org/x/crypto
v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/sys
v0.0.0-20200930185726-fdedc70b468f // indirect
gopkg.in/yaml.v2
v2.3.0 // indirect
)
go.sum
0 → 100644
View file @
3029f670
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment