tidy the go.mod

This commit is contained in:
Tnze
2021-03-12 22:42:26 +08:00
parent d132c78111
commit 03eada08a2
2 changed files with 0 additions and 6 deletions

2
go.mod
View File

@ -3,8 +3,6 @@ module github.com/Tnze/go-mc
go 1.16
require (
github.com/beefsack/go-astar v0.0.0-20200827232313-4ecf9e304482
github.com/fatih/set v0.2.1 // indirect
github.com/google/uuid v1.1.1
github.com/iancoleman/strcase v0.1.3
github.com/mattn/go-colorable v0.1.8

4
go.sum
View File

@ -1,7 +1,3 @@
github.com/beefsack/go-astar v0.0.0-20200827232313-4ecf9e304482 h1:p4g4uok3+r6Tg6fxXEQUAcMAX/WdK6WhkQW9s0jaT7k=
github.com/beefsack/go-astar v0.0.0-20200827232313-4ecf9e304482/go.mod h1:Cu3t5VeqE8kXjUBeNXWQprfuaP5UCIc5ggGjgMx9KFc=
github.com/fatih/set v0.2.1 h1:nn2CaJyknWE/6txyUDGwysr3G5QC6xWB/PtVjPBbeaA=
github.com/fatih/set v0.2.1/go.mod h1:+RKtMCH+favT2+3YecHGxcc0b4KyVWA1QWWJUs4E0CI=
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/iancoleman/strcase v0.1.3 h1:dJBk1m2/qjL1twPLf68JND55vvivMupZ4wIzE8CTdBw=