Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Jun 19, 2018
1 parent 23aedca commit 6ba5974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/godcong/wego/config"
"github.com/godcong/wego/log"
"github.com/godcong/wego/util"
"github.com/pelletier/go-toml"
toml "github.com/pelletier/go-toml"
)

/*Application Application */
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/godcong/wego

require (
github.com/pelletier/go-toml v1.1.0
github.com/pelletier/go-toml v1.2.0
github.com/satori/go.uuid v1.2.0
)

0 comments on commit 6ba5974

Please sign in to comment.