Skip to content

Commit

Permalink
mod: v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Apr 18, 2019
1 parent bd941e1 commit 82e1f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cfggen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"flag"

"github.com/RTradeLtd/config"
"github.com/RTradeLtd/config/v2"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/RTradeLtd/config
module github.com/RTradeLtd/config/v2

go 1.12

0 comments on commit 82e1f35

Please sign in to comment.