Skip to content
Snippets Groups Projects
Commit e546e080 authored by Jake Taylor's avatar Jake Taylor
Browse files

update deps

parent 4dd92e30
No related branches found
No related tags found
1 merge request!42Revert "update deps"
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // This file was generated by robots at
// 2023-01-20 11:24:45.893278 -0600 CST m=+0.046696537 // 2023-02-14 13:24:52.32226 -0600 CST m=+0.028716855
package cmd package cmd
const GITVERSION = `27f778f update deps` const GITVERSION = `4dd92e3 update deps`
const SEMVER = "2.2.0" const SEMVER = "2.2.0"
const DEPENDENCIES = `module gitlab.com/elixxir/notifications-bot const DEPENDENCIES = `module gitlab.com/elixxir/notifications-bot
...@@ -17,12 +17,12 @@ require ( ...@@ -17,12 +17,12 @@ require (
github.com/spf13/cobra v1.0.0 github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.7.0 github.com/spf13/viper v1.7.0
gitlab.com/elixxir/comms v0.0.4-0.20230116232020-39f76a2aeccc gitlab.com/elixxir/comms v0.0.4-0.20230214180204-3aba2e6795af
gitlab.com/elixxir/crypto v0.0.7-0.20230113231934-c833bffda448 gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426
gitlab.com/elixxir/primitives v0.0.3-0.20230109222259-f62b2a90b62c gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c
gitlab.com/xx_network/comms v0.0.4-0.20230113193654-a3a18c6bbb90 gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d
gitlab.com/xx_network/crypto v0.0.5-0.20230113190331-06f2eb12b97f gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd
gitlab.com/xx_network/primitives v0.0.4-0.20221219230308-4b5550a9247d gitlab.com/xx_network/primitives v0.0.4-0.20230203173415-81c2cb07da44
golang.org/x/net v0.5.0 golang.org/x/net v0.5.0
google.golang.org/api v0.20.0 google.golang.org/api v0.20.0
gorm.io/driver/postgres v1.0.8 gorm.io/driver/postgres v1.0.8
...@@ -35,7 +35,7 @@ require ( ...@@ -35,7 +35,7 @@ require (
cloud.google.com/go/firestore v1.1.1 // indirect cloud.google.com/go/firestore v1.1.1 // indirect
cloud.google.com/go/pubsub v1.3.1 // indirect cloud.google.com/go/pubsub v1.3.1 // indirect
cloud.google.com/go/storage v1.6.0 // indirect cloud.google.com/go/storage v1.6.0 // indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221221204132-2ed1fec765f1 // indirect git.xx.network/elixxir/grpc-web-go-client v0.0.0-20230214175953-5b5a8c33d28a // indirect
github.com/BurntSushi/toml v0.3.1 // indirect github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
...@@ -67,7 +67,6 @@ require ( ...@@ -67,7 +67,6 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect github.com/pelletier/go-toml v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/rs/cors v1.8.2 // indirect github.com/rs/cors v1.8.2 // indirect
github.com/soheilhy/cmux v0.1.5 // indirect github.com/soheilhy/cmux v0.1.5 // indirect
github.com/spf13/afero v1.1.2 // indirect github.com/spf13/afero v1.1.2 // indirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment