diff options
author | Emile <git@emile.space> | 2022-10-20 00:23:00 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2022-10-20 00:23:00 +0200 |
commit | ca7168e5fd58e7060cb41b679cc6284dcac42a06 (patch) | |
tree | 1f3bccd2a3cf93d98fde3b9dd2d3807a3080b7b8 /go.mod | |
parent | 3ea5a0c3111365fe8fff1b0bd5121012901a1af5 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/go.mod b/go.mod index 3321ce8..bcda3f7 100644 --- a/go.mod +++ b/go.mod @@ -1,14 +1,10 @@ -module git.darknebu.la/emile/faila +module git.sr.ht/~hanemile/faila go 1.13 -replace git.darknebu.la/emile/faila/src/structs => ./src/structs - -replace git.darknebu.la/emile/faila/src/http => ./src/http - require ( - git.darknebu.la/emile/faila/src/http v0.0.0-00010101000000-000000000000 - git.darknebu.la/emile/faila/src/structs v0.0.0-00010101000000-000000000000 + git.sr.ht/~hanemile/faila/src/http v0.0.0-00010101000000-000000000000 + git.sr.ht/~hanemile/faila/src/structs v0.0.0-00010101000000-000000000000 github.com/gorilla/mux v1.7.4 // indirect github.com/sirupsen/logrus v1.4.2 github.com/spf13/viper v1.6.2 |