Skip to content

Commit cbbc590

Browse files
authored
Merge pull request #1 from chrischdi/migrate-gomod
introduce go.mod
2 parents 3c17797 + d5a46ed commit cbbc590

25 files changed

+7
-1694
lines changed

.travis.yml

-27
This file was deleted.

Gopkg.lock

-15
This file was deleted.

Gopkg.toml

-34
This file was deleted.

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/chrischdi/gotournament
2+
3+
go 1.19
4+
5+
require github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c h1:jWtZjFEUE/Bz0IeIhqCnyZ3HG6KRXSntXe4SjtuTH7c=
2+
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

vendor/github.com/google/uuid/.travis.yml

-9
This file was deleted.

vendor/github.com/google/uuid/CONTRIBUTING.md

-10
This file was deleted.

vendor/github.com/google/uuid/CONTRIBUTORS

-9
This file was deleted.

vendor/github.com/google/uuid/LICENSE

-27
This file was deleted.

vendor/github.com/google/uuid/README.md

-23
This file was deleted.

vendor/github.com/google/uuid/dce.go

-80
This file was deleted.

vendor/github.com/google/uuid/doc.go

-12
This file was deleted.

vendor/github.com/google/uuid/hash.go

-53
This file was deleted.

vendor/github.com/google/uuid/json_test.go

-62
This file was deleted.

0 commit comments

Comments
 (0)