diff --git a/glide.lock b/glide.lock deleted file mode 100644 index 04be3ea..0000000 --- a/glide.lock +++ /dev/null @@ -1,8 +0,0 @@ -hash: 538b9315748f73152333a8d8404c4a591da5ccc26da45e6d195a0f802eca444e -updated: 2017-12-05T10:41:40.200741658+01:00 -imports: -- name: github.com/mxmCherry/movavg - version: f9901683ba372f28d64a8ef278635bf5da4e1cd6 -- name: github.com/satyrius/gonx - version: ccfdceb7de024d5518ec397dde4b2dc386d91ded -testImports: [] diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index d48a6ab..0000000 --- a/glide.yaml +++ /dev/null @@ -1,4 +0,0 @@ -package: golang-nginx-log-replayer -import: -- package: github.com/satyrius/gonx -- package: github.com/mxmCherry/movavg diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..aea7a96 --- /dev/null +++ b/go.mod @@ -0,0 +1,6 @@ +module github.com/Gonzih/log-replay + +require ( + github.com/mxmCherry/movavg v0.0.0-20170611102958-f9901683ba37 + github.com/satyrius/gonx v0.0.0-20170227155058-ccfdceb7de02 +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..e374d33 --- /dev/null +++ b/go.sum @@ -0,0 +1,4 @@ +github.com/mxmCherry/movavg v0.0.0-20170611102958-f9901683ba37 h1:J9OhGuyzRD0mGf4zr9OzC03yIKqqIMRT8nh9cFXZTzE= +github.com/mxmCherry/movavg v0.0.0-20170611102958-f9901683ba37/go.mod h1:8Jn4ovhDwtfTnwqxAEKKHTbKXLgnozsIRg+/Ge6EoJI= +github.com/satyrius/gonx v0.0.0-20170227155058-ccfdceb7de02 h1:Cs67CSi1U1W7WIWSdo3brbbFzURqYGPffAM7b6eawC0= +github.com/satyrius/gonx v0.0.0-20170227155058-ccfdceb7de02/go.mod h1:+r8KNe5d2tjkZU+DfhERo0G6KxkGih+1qYF6tqLHwvk=