Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stalehd committed Apr 9, 2023
1 parent c6e54be commit ae9ec66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ require (
github.com/jessevdk/go-flags v1.5.0
github.com/jmoiron/sqlx v1.3.5
github.com/lab5e/go-spanapi/v4 v4.4.1
github.com/lab5e/gotileserver v0.0.1
github.com/stretchr/testify v1.8.2
google.golang.org/genproto v0.0.0-20230327215041-6ac7f18bb9d5
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
modernc.org/sqlite v1.21.1
)

// For development
//replace github.com/lab5e/gotileserver => ../gotileserver

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/lab5e/go-spanapi/v4 v4.4.1 h1:lADGYku+0eoZ2LSl80JqX3VMty9hqSE22I3nNso1mEM=
github.com/lab5e/go-spanapi/v4 v4.4.1/go.mod h1:lTEIqK1ApjzDBMXYe77EPeQHkxK43wYQaRWq7iQbrmU=
github.com/lab5e/gotileserver v0.0.1 h1:Wxj+hAjXDdXQal4dJnFAipQ2TF0sarz+TNfIMFzpP6w=
github.com/lab5e/gotileserver v0.0.1/go.mod h1:ELcWmRsG3n1NFua7YN+qKjsIcsXpz18RiEhA0uscLJs=
github.com/lib/pq v1.2.0 h1:LXpIM/LZ5xGFhOpXAQUIMM1HdyqzVYM13zNdjCEEcA0=
github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
github.com/mattn/go-isatty v0.0.18 h1:DOKFKCQ7FNG2L1rbrmstDN4QVRdS89Nkh85u68Uwp98=
Expand Down

0 comments on commit ae9ec66

Please sign in to comment.