Skip to content
Snippets Groups Projects
Commit 68ef225f authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

add mod files

parent 1c9d534e
Branches
Tags
No related merge requests found
......@@ -19,9 +19,6 @@
.dylib
.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
.lai
......
module asapo_common
go 1.14
module asapo_discovery
go 1.14
replace asapo_common v0.0.0 => ../../../common/go/src/asapo_common
require (
asapo_common v0.0.0
github.com/gorilla/mux v1.7.4 // indirect
github.com/hashicorp/consul/api v1.4.0
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/stretchr/testify v1.4.0
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment