Skip to content

Commit b7fd14d

Browse files
author
Chang Hua Ou
committed
update depends
1 parent 354e8ce commit b7fd14d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Gopkg.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
version = "1.0.2"
2727

2828
[[constraint]]
29-
name = "github.com/go-ini/ini"
30-
version = "1.28.2"
29+
name = "github.com/ochinchina/go-ini"
30+
version = "1.0"
3131

3232
[[constraint]]
3333
name = "github.com/gorilla/rpc"
@@ -38,8 +38,8 @@
3838
version = "1.3.0"
3939

4040
[[constraint]]
41-
branch = "master"
4241
name = "github.com/ochinchina/gorilla-xmlrpc"
42+
version = "1.0"
4343

4444
[[constraint]]
4545
name = "github.com/sevlyar/go-daemon"

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
)
66

7-
const VERSION = "1.0.008"
7+
const VERSION = "1.0.009"
88

99
type VersionCommand struct {
1010
}

0 commit comments

Comments
 (0)