mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
10 lines
216 B
Modula-2
10 lines
216 B
Modula-2
module github.com/schollz/peerdiscovery
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
golang.org/x/sys v0.0.0-20201113135734-0a15ea8d9b02 // indirect
|
|
)
|