Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Dec 9, 2019
1 parent 9ab5620 commit 4b8bf8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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/zouyx/agollo
module github.com/zouyx/agollo/v2

require github.com/tevid/gohamcrest v1.1.1

Expand Down
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package agollo

import (
"fmt"
"github.com/zouyx/agollo/agcache"
"github.com/zouyx/agollo/v2/agcache"
)

const propertiesFormat = "%s=%s\n"
Expand Down
2 changes: 1 addition & 1 deletion repository.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package agollo

import (
"github.com/zouyx/agollo/agcache"
"github.com/zouyx/agollo/v2/agcache"
"strconv"
"sync"
"sync/atomic"
Expand Down
2 changes: 1 addition & 1 deletion start.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package agollo

import (
"github.com/zouyx/agollo/agcache"
"github.com/zouyx/agollo/v2/agcache"
)

func init() {
Expand Down

0 comments on commit 4b8bf8d

Please sign in to comment.