diff --git a/.circleci/config.yml b/.circleci/config.yml index cf3693f..6559ba8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,6 +16,6 @@ jobs: # - run: go get -u github.com/shirou/gopsutil - run: go get -v -t -d ./... - run: go test -v ./... - # codecov.io + # codecov.io # - run: go test -v -covermode=count -coverprofile=coverage.out # - run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..39e2e00 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# general +* @vcaesar \ No newline at end of file diff --git a/robotgo.go b/robotgo.go index 995e343..c8b8222 100644 --- a/robotgo.go +++ b/robotgo.go @@ -63,7 +63,7 @@ import ( ) const ( - version string = "v0.46.6.437, Pyrenees Mountains!" + version string = "v0.47.0.438, Pyrenees Mountains!" ) type ( diff --git a/vendor/vendor.json b/vendor/vendor.json index 40e59e7..317ceed 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -59,8 +59,8 @@ { "checksumSHA1": "jWpwWWcywJPNhKTYxi4RXds+amQ=", "path": "github.com/shirou/gopsutil/internal/common", - "revision": "bfe3c2e8f406bf352bc8df81f98c752224867349", - "revisionTime": "2017-11-21T12:01:14Z" + "revision": "b8c456e53432efdbba4ee9e55d27f69cb2dcf1ee", + "revisionTime": "2017-12-09T07:50:03Z" }, { "checksumSHA1": "UuwHornIODuEq7fYnsZwdVgERLk=", @@ -77,8 +77,8 @@ { "checksumSHA1": "v3USS/LSyBuVc/DMBV+GX4ikZ5M=", "path": "github.com/shirou/gopsutil/process", - "revision": "bfe3c2e8f406bf352bc8df81f98c752224867349", - "revisionTime": "2017-11-21T12:01:14Z" + "revision": "b8c456e53432efdbba4ee9e55d27f69cb2dcf1ee", + "revisionTime": "2017-12-09T07:50:03Z" }, { "checksumSHA1": "Nve7SpDmjsv6+rhkXAkfg/UQx94=",