aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2023-06-11 20:53:36 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2023-06-11 20:53:36 +0300
commitedf2c08a5b46e48277a5173653cfe8b156a412e5 (patch)
treeaa93de4d879b0770dc9e5892304d190759f6333f /go.mod
parent00f1417cb2ed8199633a12989e9befb53298d407 (diff)
Bump Go version to 1.19
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod25
1 files changed, 22 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index a999878..a4e26d2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,9 @@
module dev.narayana.im/narayana/telegabber
-go 1.13
+go 1.19
require (
- github.com/Arman92/go-tdlib v0.0.0-20191002071913-526f4e1d15f7
- github.com/dgraph-io/badger/v4 v4.1.0 // indirect
+ github.com/dgraph-io/badger/v4 v4.1.0
github.com/pkg/errors v0.9.1
github.com/santhosh-tekuri/jsonschema v1.2.4
github.com/sirupsen/logrus v1.4.2
@@ -14,4 +13,24 @@ require (
gosrc.io/xmpp v0.5.2-0.20211214110136-5f99e1cd06e1
)
+require (
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
+ github.com/dgraph-io/ristretto v0.1.1 // indirect
+ github.com/dustin/go-humanize v1.0.0 // indirect
+ github.com/gogo/protobuf v1.3.2 // indirect
+ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
+ github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
+ github.com/golang/protobuf v1.3.2 // indirect
+ github.com/golang/snappy v0.0.3 // indirect
+ github.com/google/flatbuffers v1.12.1 // indirect
+ github.com/google/uuid v1.1.1 // indirect
+ github.com/klauspost/compress v1.12.3 // indirect
+ github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
+ go.opencensus.io v0.22.5 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
+ nhooyr.io/websocket v1.6.5 // indirect
+)
+
replace gosrc.io/xmpp => dev.narayana.im/narayana/go-xmpp v0.0.0-20220524203317-306b4ff58e8f