Skip to content

Commit

Permalink
More work on getting go modules to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Brandon Wiley committed Feb 21, 2020
1 parent 7c85989 commit 342d8ba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tagpush.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git tag transports/$1/v2/$2
git push origin transports/$1/v2/$2
7 changes: 7 additions & 0 deletions tagpushall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
git tag $1
git push origin $1

for transport in obfs4 obfs2 shadow Replicant Optimizer Dust meeklite meekserver
do
./tagpush.sh $transport $1
done
4 changes: 2 additions & 2 deletions transports/Replicant/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/OperatorFoundation/shapeshifter-transports/transports/Replican
go 1.12

require (
github.com/OperatorFoundation/monolith-go/monolith v0.0.0-20200211182645-3f416e29e205
github.com/OperatorFoundation/monolith-go/monolith v1.0.1
github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0
github.com/OperatorFoundation/shapeshifter-transports/transports/shadow v0.0.0-20200211223228-5b0aa21018a5 // indirect
github.com/OperatorFoundation/shapeshifter-transports/transports/Replicant v0.0.0-20200218224946-cac72fbc8eb3
github.com/opentracing/opentracing-go v1.1.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
Expand Down
4 changes: 4 additions & 0 deletions transports/Replicant/v2/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
github.com/OperatorFoundation/monolith-go/monolith v0.0.0-20200211182645-3f416e29e205 h1:ENL3uQkGxIPJbLi6eXse+bFuAGJB7vzK6e+bdZOMm9c=
github.com/OperatorFoundation/monolith-go/monolith v0.0.0-20200211182645-3f416e29e205/go.mod h1:qc60ZvCt83JnWf2ZtLq8nkVH6s1gStEwywhox+2y0FY=
github.com/OperatorFoundation/monolith-go/monolith v1.0.1 h1:krnieqiUjzCGE/Mb4zy6lwr+RkR7WRK2jFP5EpL3Yvg=
github.com/OperatorFoundation/monolith-go/monolith v1.0.1/go.mod h1:qc60ZvCt83JnWf2ZtLq8nkVH6s1gStEwywhox+2y0FY=
github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0 h1:zDYt6FDJwDSX4woVFVK2EMt7fkxU5L5qDNLUjQwA+BQ=
github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0/go.mod h1:kB00Ak8Dgn1uZlZHLc/WsUta58Jc+n/ZhCetcPkh42Q=
github.com/OperatorFoundation/shapeshifter-transports/transports/Replicant v0.0.0-20200218224946-cac72fbc8eb3 h1:rfM84X1qmHh2JBD7jySRjTbpmWkLvWvwcd9iSwhbyGw=
github.com/OperatorFoundation/shapeshifter-transports/transports/Replicant v0.0.0-20200218224946-cac72fbc8eb3/go.mod h1:DmCLMjy4isrO48I0pb1ljA4SzGYBLOH0e3rytOmcOgo=
github.com/OperatorFoundation/shapeshifter-transports/transports/shadow v0.0.0-20200211223228-5b0aa21018a5 h1:iXiYR9Ug5gMnxcQSL5587w9SbB8t2IdQhKoEoL/nkq4=
github.com/OperatorFoundation/shapeshifter-transports/transports/shadow v0.0.0-20200211223228-5b0aa21018a5/go.mod h1:uPjHLlMqpdCQRfzTkU5sGejydtf2FNkPanasoFszoc0=
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=
Expand Down

0 comments on commit 342d8ba

Please sign in to comment.