Skip to content
Snippets Groups Projects
Commit 8b90cc7b authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix go mod for connectAuthServer

parent 565e41d3
No related branches found
No related tags found
1 merge request!12Xx 4618/go mod maintanence
module connectAuthServerExample module connectAuthServerExample
go 1.17 go 1.19
require ( require (
github.com/pkg/errors v0.9.1 github.com/pkg/errors v0.9.1
github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/jwalterweatherman v1.1.0
gitlab.com/elixxir/client v1.5.1-0.20220725172207-3ef87e8c794c gitlab.com/elixxir/client/v4 v4.6.1
gitlab.com/elixxir/crypto v0.0.7-0.20220606201132-c370d5039cea gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426
gitlab.com/xx_network/primitives v0.0.4-0.20220712193914-aebd8544396e gitlab.com/xx_network/primitives v0.0.4-0.20230310205521-c440e68e34c4
) )
require ( require (
filippo.io/edwards25519 v1.0.0 // indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20230214175953-5b5a8c33d28a // indirect
github.com/badoux/checkmail v1.2.1 // indirect github.com/badoux/checkmail v1.2.1 // indirect
github.com/cloudflare/circl v1.1.0 // indirect github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cloudflare/circl v1.2.0 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/elliotchance/orderedmap v1.4.0 // indirect github.com/elliotchance/orderedmap v1.4.0 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
github.com/golang/protobuf v1.5.2 // indirect github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/soheilhy/cmux v0.1.5 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.2.1 // indirect github.com/ttacon/libphonenumber v1.2.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f // indirect gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f // indirect
gitlab.com/elixxir/comms v0.0.4-0.20220603231314-e47e4af13326 // indirect gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b // indirect
gitlab.com/elixxir/ekv v0.1.7 // indirect gitlab.com/elixxir/ekv v0.2.1 // indirect
gitlab.com/elixxir/primitives v0.0.3-0.20220606195757-40f7a589347f // indirect gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c // indirect
gitlab.com/xx_network/comms v0.0.4-0.20220630163702-f3d372ef6acd // indirect gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d // indirect
gitlab.com/xx_network/crypto v0.0.5-0.20220606200528-3f886fe49e81 // indirect gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd // indirect
gitlab.com/xx_network/ring v0.0.3-0.20220222211904-da613960ad93 // indirect gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed // indirect go.uber.org/atomic v1.10.0 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect golang.org/x/crypto v0.5.0 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect golang.org/x/net v0.5.0 // indirect
golang.org/x/text v0.3.6 // indirect golang.org/x/sys v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect golang.org/x/text v0.6.0 // indirect
google.golang.org/grpc v1.42.0 // indirect google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
google.golang.org/protobuf v1.27.1 // indirect google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
src.agwa.name/tlshacks v0.0.0-20220518131152-d2c6f4e2b780 // indirect
) )
This diff is collapsed.
...@@ -2,7 +2,7 @@ package main ...@@ -2,7 +2,7 @@ package main
import ( import (
jww "github.com/spf13/jwalterweatherman" jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/e2e/receive" "gitlab.com/elixxir/client/v4/e2e/receive"
) )
// listener adheres to the receive.Listener interface. // listener adheres to the receive.Listener interface.
......
...@@ -3,9 +3,9 @@ package main ...@@ -3,9 +3,9 @@ package main
import ( import (
"github.com/pkg/errors" "github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman" jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/catalog" "gitlab.com/elixxir/client/v4/catalog"
"gitlab.com/elixxir/client/connect" "gitlab.com/elixxir/client/v4/connect"
"gitlab.com/elixxir/client/xxdk" "gitlab.com/elixxir/client/v4/xxdk"
"io/fs" "io/fs"
"io/ioutil" "io/ioutil"
"os" "os"
...@@ -114,13 +114,13 @@ func main() { ...@@ -114,13 +114,13 @@ func main() {
msgBody := "If this message is sent successfully, we'll have " + msgBody := "If this message is sent successfully, we'll have " +
"established contact with the client." "established contact with the client."
roundIDs, messageID, timeSent, err := connection.SendE2E(catalog.NoType, sendReport, err := connection.SendE2E(catalog.NoType,
[]byte(msgBody), e2eParams.Base) []byte(msgBody), e2eParams.Base)
if err != nil { if err != nil {
jww.FATAL.Panicf("Failed to send message: %+v", err) jww.FATAL.Panicf("Failed to send message: %+v", err)
} }
jww.INFO.Printf("Message %v sent in RoundIDs: %+v at %v", messageID, jww.INFO.Printf("Message %v sent in RoundIDs: %+v at %v", sendReport.MessageId,
roundIDs, timeSent) sendReport.RoundList, sendReport.SentTime)
} }
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment