Skip to content

Commit

Permalink
Merge pull request #13 from BenB196/staging
Browse files Browse the repository at this point in the history
Merge staging to master and bump to version v0.0.4
  • Loading branch information
BenB196 committed Sep 16, 2019
2 parents 8e67541 + 1acdaf6 commit 95e8878
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/BenB196/crashplan-ffs-puller
go 1.12

require (
github.com/BenB196/crashplan-ffs-go-pkg v0.0.4
github.com/BenB196/crashplan-ffs-go-pkg v0.0.5
github.com/BenB196/ip-api-go-pkg v0.0.4
github.com/google/go-cmp v0.3.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/BenB196/crashplan-ffs-go-pkg v0.0.3 h1:mFIU+LiaiwspJcmVjjxy80I+km07aW
github.com/BenB196/crashplan-ffs-go-pkg v0.0.3/go.mod h1:oBwZ5/KfaNokjvI2Hn2e6c5801ir11FOCq4lG5PcniE=
github.com/BenB196/crashplan-ffs-go-pkg v0.0.4 h1:LBIAOVn9HXiJSpA1xoVEIF9CI0HhGdObcjIM2VFL2x8=
github.com/BenB196/crashplan-ffs-go-pkg v0.0.4/go.mod h1:oBwZ5/KfaNokjvI2Hn2e6c5801ir11FOCq4lG5PcniE=
github.com/BenB196/crashplan-ffs-go-pkg v0.0.5 h1:ioDSdeFzIc7351h95qwTbL6tXkinDSiYImVMgLRtkoA=
github.com/BenB196/crashplan-ffs-go-pkg v0.0.5/go.mod h1:oBwZ5/KfaNokjvI2Hn2e6c5801ir11FOCq4lG5PcniE=
github.com/BenB196/ip-api-go-pkg v0.0.3 h1:FWmM7FkhT1N55jd4jPW7W9LVOQrG89DLlrgwMb5fosw=
github.com/BenB196/ip-api-go-pkg v0.0.3/go.mod h1:ccPdkBNnzf/uvuk7qXgEO06TCS/qILNJQP/KETQG4jU=
github.com/BenB196/ip-api-go-pkg v0.0.4 h1:BbWELxooG6l2gaXQ4i4gm6NsyikdbhalF+TKg08gDPQ=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/BenB196/crashplan-ffs-go-pkg/VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 19 additions & 5 deletions vendor/github.com/BenB196/crashplan-ffs-go-pkg/ffs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/BenB196/crashplan-ffs-go-pkg v0.0.4
# github.com/BenB196/crashplan-ffs-go-pkg v0.0.5
github.com/BenB196/crashplan-ffs-go-pkg
# github.com/BenB196/ip-api-go-pkg v0.0.4
github.com/BenB196/ip-api-go-pkg
Expand Down

0 comments on commit 95e8878

Please sign in to comment.