Skip to content

Commit 9cda30c

Browse files
use go modules
1 parent 4cd9f4d commit 9cda30c

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

glide.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

glide.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/leonid-shevtsov/split_tests
2+
3+
go 1.14
4+
5+
require github.com/mattn/go-zglob v0.0.0-20170124115757-95345c4e1c0e

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/mattn/go-zglob v0.0.0-20170124115757-95345c4e1c0e h1:MjZj0KCx7aFNToMEqvMJB0IE+PpRi/goV1RC4NPfy4A=
2+
github.com/mattn/go-zglob v0.0.0-20170124115757-95345c4e1c0e/go.mod h1:9fxibJccNxU2cnpIKLRRFA7zX7qhkJIQWBb449FYHOo=

0 commit comments

Comments
 (0)