Skip to content
Snippets Groups Projects
Commit cc778147 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

update go mod

parent 321a9102
No related branches found
No related tags found
1 merge request!58Revert "Modify waiting lock"
...@@ -14,7 +14,7 @@ require ( ...@@ -14,7 +14,7 @@ require (
gitlab.com/elixxir/primitives v0.0.3-0.20210305221357-0b3f19cc3c8a gitlab.com/elixxir/primitives v0.0.3-0.20210305221357-0b3f19cc3c8a
gitlab.com/xx_network/comms v0.0.4-0.20210305221336-a7e28febdbf6 gitlab.com/xx_network/comms v0.0.4-0.20210305221336-a7e28febdbf6
gitlab.com/xx_network/crypto v0.0.5-0.20210305221255-f0ef174f5135 gitlab.com/xx_network/crypto v0.0.5-0.20210305221255-f0ef174f5135
gitlab.com/xx_network/primitives v0.0.4-0.20210303180604-1ee442e6463f gitlab.com/xx_network/primitives v0.0.4-0.20210308175329-436b0c8753ea
gitlab.com/xx_network/ring v0.0.2 gitlab.com/xx_network/ring v0.0.2
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d
golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect
......
...@@ -86,6 +86,8 @@ gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da/go.mod h1:OK ...@@ -86,6 +86,8 @@ gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da/go.mod h1:OK
gitlab.com/xx_network/primitives v0.0.2/go.mod h1:cs0QlFpdMDI6lAo61lDRH2JZz+3aVkHy+QogOB6F/qc= gitlab.com/xx_network/primitives v0.0.2/go.mod h1:cs0QlFpdMDI6lAo61lDRH2JZz+3aVkHy+QogOB6F/qc=
gitlab.com/xx_network/primitives v0.0.4-0.20210303180604-1ee442e6463f h1:nC87BCbInkGS2iG5Z1g5PJC7gNKGgLlJmcMVYmsf7mo= gitlab.com/xx_network/primitives v0.0.4-0.20210303180604-1ee442e6463f h1:nC87BCbInkGS2iG5Z1g5PJC7gNKGgLlJmcMVYmsf7mo=
gitlab.com/xx_network/primitives v0.0.4-0.20210303180604-1ee442e6463f/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE= gitlab.com/xx_network/primitives v0.0.4-0.20210303180604-1ee442e6463f/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE=
gitlab.com/xx_network/primitives v0.0.4-0.20210308175329-436b0c8753ea h1:ljUr+XDu+8aD0ua7Q8ffd/ibEmyxDS6/+FqkHBoeb9U=
gitlab.com/xx_network/primitives v0.0.4-0.20210308175329-436b0c8753ea/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE=
gitlab.com/xx_network/ring v0.0.2 h1:TlPjlbFdhtJrwvRgIg4ScdngMTaynx/ByHBRZiXCoL0= gitlab.com/xx_network/ring v0.0.2 h1:TlPjlbFdhtJrwvRgIg4ScdngMTaynx/ByHBRZiXCoL0=
gitlab.com/xx_network/ring v0.0.2/go.mod h1:aLzpP2TiZTQut/PVHR40EJAomzugDdHXetbieRClXIM= gitlab.com/xx_network/ring v0.0.2/go.mod h1:aLzpP2TiZTQut/PVHR40EJAomzugDdHXetbieRClXIM=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment