aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-22 19:07:14 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-22 19:07:14 +0300
commitd963c3f40f075c05d70af32f44ed2bec8e00bc37 (patch)
tree33a362746201ebec46e7c741e40a530d5f32e38b /go.mod
downloadlphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.gz
lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.bz2
lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.zip
init
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod34
1 files changed, 34 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..9e248f7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,34 @@
1module github.com/pektezol/leastportals
2
3go 1.19
4
5require (
6 github.com/gin-contrib/sessions v0.0.5
7 github.com/gin-gonic/gin v1.8.1
8 github.com/joho/godotenv v1.4.0
9 github.com/solovev/steam_go v0.0.0-20170222182106-48eb5aae6c50
10)
11
12require (
13 github.com/gin-contrib/sse v0.1.0 // indirect
14 github.com/go-playground/locales v0.14.0 // indirect
15 github.com/go-playground/universal-translator v0.18.0 // indirect
16 github.com/go-playground/validator/v10 v10.10.0 // indirect
17 github.com/goccy/go-json v0.9.7 // indirect
18 github.com/gorilla/context v1.1.1 // indirect
19 github.com/gorilla/securecookie v1.1.1 // indirect
20 github.com/gorilla/sessions v1.2.1 // indirect
21 github.com/json-iterator/go v1.1.12 // indirect
22 github.com/leodido/go-urn v1.2.1 // indirect
23 github.com/mattn/go-isatty v0.0.14 // indirect
24 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
25 github.com/modern-go/reflect2 v1.0.2 // indirect
26 github.com/pelletier/go-toml/v2 v2.0.1 // indirect
27 github.com/ugorji/go/codec v1.2.7 // indirect
28 golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
29 golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
30 golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
31 golang.org/x/text v0.3.6 // indirect
32 google.golang.org/protobuf v1.28.0 // indirect
33 gopkg.in/yaml.v2 v2.4.0 // indirect
34)