Skip to content

Commit

Permalink
gorelease cleaned up things
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mor committed Dec 9, 2022
1 parent b7d8e37 commit 8ea68ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 2 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ module github.com/tommy-mor/go-valve-query
go 1.15

require (
github.com/google/uuid v1.3.0 // indirect
github.com/jackpal/bencode-go v1.0.0
github.com/pborman/uuid v1.2.1 // indirect
github.com/russolsen/ohyeah v0.0.0-20160324131710-f4938c005315 // indirect
github.com/russolsen/same v0.0.0-20160222130632-f089df61f51d // indirect
github.com/NewPage-Community/go-source-server-query v1.1.3
github.com/babashka/pod-babashka-go-sqlite3 v0.1.0
github.com/russolsen/transit v0.0.0-20180705123435-0794b4c4505a
github.com/shopspring/decimal v1.3.1 // indirect

github.com/babashka/pod-babashka-go-sqlite3 v0.1.0
github.com/NewPage-Community/go-source-server-query v1.1.3
)
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/jackpal/bencode-go v1.0.0 h1:lzbSPPqqSfWQnqVNe/BBY1NXdDpncArxShL10+fmFus=
github.com/jackpal/bencode-go v1.0.0/go.mod h1:5FSBQ74yhCl5oQ+QxRPYzWMONFnxbL68/23eezsBI5c=
github.com/mattn/go-sqlite3 v1.14.11 h1:gt+cp9c0XGqe9S/wAHTL3n/7MqY+siPWgWJgqdsFrzQ=
github.com/mattn/go-sqlite3 v1.14.11/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=
github.com/pborman/uuid v1.2.1/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
Expand Down

0 comments on commit 8ea68ff

Please sign in to comment.