Skip to content

Commit

Permalink
Fixup v2
Browse files Browse the repository at this point in the history
add v2 to go.mod and import line to indicate new major version
  • Loading branch information
nathreed committed May 17, 2024
1 parent dcf7146 commit 74a3154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/baremaps-exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
"time"

"github.com/flightaware/baremaps-exporter/pkg/tileutils"
"github.com/flightaware/baremaps-exporter/v2/pkg/tileutils"

"github.com/alexflint/go-arg"
"github.com/jackc/pgx/v5/pgxpool"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/flightaware/baremaps-exporter
module github.com/flightaware/baremaps-exporter/v2

go 1.20

Expand Down

0 comments on commit 74a3154

Please sign in to comment.