Advertisement
FlyFar

go.mod

Dec 28th, 2023
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Modula 3 0.38 KB | Cybersecurity | 0 0
  1. module github.com/elcuervo/tangalanga
  2.  
  3. go 1.14
  4.  
  5. require (
  6.     github.com/cretz/bine v0.1.0
  7.     github.com/golang/protobuf v1.4.1
  8.     github.com/ipsn/go-libtor v1.0.239
  9.     github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
  10.     github.com/sirupsen/logrus v1.6.0
  11.     golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
  12.     google.golang.org/protobuf v1.24.0 // indirect
  13. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement