about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-08 12:51:31 +0100
committerEmile <hanemile@protonmail.com>2019-03-08 12:51:31 +0100
commit5d82b21165ab6fa55230a4476ff60de513414b07 (patch)
tree6327ef8cf4b99890798a2d484f22241042a349fd /go.mod
parent447138f713e063cc9e7f70d4d3b6ad0ba93f6213 (diff)
updated the api
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a5ccf62..c3bea12 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
 module git.darknebu.la/GalaxySimulator/db-container
 
 require (
-	git.darknebu.la/GalaxySimulator/db_actions v0.0.0-20190213154609-4b94165a34c3
+	git.darknebu.la/GalaxySimulator/db-actions v0.0.0-20190306191056-33c5bb6c383a
 	git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5
 	github.com/gorilla/mux v1.7.0
 )