Skip to content
Snippets Groups Projects

Change Go URLs to xx network GitLab server

Closed Sydney Anne Erickson requested to merge url-repo-rename into release
Files
18
+ 6
6
@@ -14,12 +14,12 @@ import (
"github.com/spf13/cobra"
jww "github.com/spf13/jwalterweatherman"
"github.com/spf13/viper"
"gitlab.com/elixxir/comms/mixmessages"
"gitlab.com/elixxir/notifications-bot/notifications"
"gitlab.com/elixxir/notifications-bot/storage"
"gitlab.com/xx_network/comms/connect"
"gitlab.com/xx_network/primitives/id"
"gitlab.com/xx_network/primitives/utils"
"git.xx.network/elixxir/comms/mixmessages"
"git.xx.network/elixxir/notifications-bot/notifications"
"git.xx.network/elixxir/notifications-bot/storage"
"git.xx.network/xx_network/comms/connect"
"git.xx.network/xx_network/primitives/id"
"git.xx.network/xx_network/primitives/utils"
"net"
"os"
"path"
Loading