aboutsummaryrefslogtreecommitdiff
path: root/echo/go.mod
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-05-21 22:59:49 -0700
committerMike Crute <mike@crute.us>2022-05-21 22:59:49 -0700
commit5935e19d28cef213c592386f4ff8a6f84c3a5cfb (patch)
tree7589018dce7b360348c039c79d3e6578ca583ee2 /echo/go.mod
parent1c95e861c15ca9e7763b8a678e2ce5e7f525c73e (diff)
downloadgolib-5935e19d28cef213c592386f4ff8a6f84c3a5cfb.tar.bz2
golib-5935e19d28cef213c592386f4ff8a6f84c3a5cfb.tar.xz
golib-5935e19d28cef213c592386f4ff8a6f84c3a5cfb.zip
echo: move netbox to standaloneecho/v0.6.1
Diffstat (limited to 'echo/go.mod')
-rw-r--r--echo/go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/echo/go.mod b/echo/go.mod
index 5045f97..2fe2e2b 100644
--- a/echo/go.mod
+++ b/echo/go.mod
@@ -5,8 +5,9 @@ go 1.17
5replace code.crute.us/mcrute/golib => ../ 5replace code.crute.us/mcrute/golib => ../
6 6
7require ( 7require (
8 code.crute.us/mcrute/golib v0.3.5 8 code.crute.us/mcrute/golib v0.3.6
9 code.crute.us/mcrute/golib/vault v0.2.3 9 code.crute.us/mcrute/golib/clients/netbox v0.1.0
10 code.crute.us/mcrute/golib/vault v0.2.4
10 github.com/elnormous/contenttype v1.0.0 11 github.com/elnormous/contenttype v1.0.0
11 github.com/labstack/echo/v4 v4.6.1 12 github.com/labstack/echo/v4 v4.6.1
12 github.com/labstack/gommon v0.3.1 13 github.com/labstack/gommon v0.3.1