aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2024-05-12 18:03:48 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2024-05-12 18:03:48 +0300
commite94a646e19b3bca5be4e97b6d756d257034a5788 (patch)
tree019db5e9f0c87303f4807cbb2471b8cfc66f1dfb /go.mod
parent249c942fc2d9f017ffb66c98f22e7f2a2c40ad2a (diff)
Upgrade to go-xmpp version with multiple command elements support
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index fe7aeb4..4eb2643 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.19
require (
github.com/dgraph-io/badger/v4 v4.1.0
+ github.com/google/uuid v1.1.1
github.com/pkg/errors v0.9.1
github.com/santhosh-tekuri/jsonschema v1.2.4
github.com/sirupsen/logrus v1.4.2
@@ -23,7 +24,6 @@ require (
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
@@ -33,5 +33,6 @@ require (
nhooyr.io/websocket v1.6.5 // indirect
)
-replace gosrc.io/xmpp => dev.narayana.im/narayana/go-xmpp v0.0.0-20240131013505-18c46e6c59fd
+replace gosrc.io/xmpp => dev.narayana.im/narayana/go-xmpp v0.0.0-20240512132113-6725c3862314
+
replace github.com/zelenin/go-tdlib => dev.narayana.im/narayana/go-tdlib v0.0.0-20240124222245-b4c12addb061