mirror of
https://github.com/Luzifer/preserve.git
synced 2024-11-08 14:20:05 +00:00
11 lines
222 B
Modula-2
11 lines
222 B
Modula-2
module github.com/Luzifer/preserve
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/gologme/log v1.2.0
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
)
|