Skip to content

Commit

Permalink
Fix for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsole committed Jul 23, 2023
1 parent 2953cf4 commit 3b8b218
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!go.mod
!go.sum
!go_tile
!logger.go
!main.go
!renderer.go
!*.go
!static
!renderer/*.go
!utils/*.go
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ module github.com/nielsole/go_tile

go 1.20

require github.com/paulmach/osm v0.7.1
require (
git.sr.ht/~sbinet/gg v0.5.0
github.com/paulmach/osm v0.7.1
)

require (
git.sr.ht/~sbinet/gg v0.5.0 // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/datadog/czlib v0.0.0-20160811164712-4bc9a24e37f2 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
Expand Down

0 comments on commit 3b8b218

Please sign in to comment.