Skip to content

Commit

Permalink
Migrate to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzih committed Jul 20, 2018
1 parent d099f98 commit f6a99cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
8 changes: 0 additions & 8 deletions glide.lock

This file was deleted.

4 changes: 0 additions & 4 deletions glide.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions 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
)
4 changes: 4 additions & 0 deletions 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=

0 comments on commit f6a99cc

Please sign in to comment.