Skip to content

Commit ebee256

Browse files
committed
Update version and add CODEOWNERS
1 parent a263c09 commit ebee256

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
# - run: go get -u github.com/shirou/gopsutil
1717
- run: go get -v -t -d ./...
1818
- run: go test -v ./...
19-
# codecov.io
19+
# codecov.io
2020
# - run: go test -v -covermode=count -coverprofile=coverage.out
2121
# - run: bash <(curl -s https://codecov.io/bash)

.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# general
2+
* @vcaesar

robotgo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import (
6363
)
6464

6565
const (
66-
version string = "v0.46.6.437, Pyrenees Mountains!"
66+
version string = "v0.47.0.438, Pyrenees Mountains!"
6767
)
6868

6969
type (

vendor/vendor.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
{
6060
"checksumSHA1": "jWpwWWcywJPNhKTYxi4RXds+amQ=",
6161
"path": "github.com/shirou/gopsutil/internal/common",
62-
"revision": "bfe3c2e8f406bf352bc8df81f98c752224867349",
63-
"revisionTime": "2017-11-21T12:01:14Z"
62+
"revision": "b8c456e53432efdbba4ee9e55d27f69cb2dcf1ee",
63+
"revisionTime": "2017-12-09T07:50:03Z"
6464
},
6565
{
6666
"checksumSHA1": "UuwHornIODuEq7fYnsZwdVgERLk=",
@@ -77,8 +77,8 @@
7777
{
7878
"checksumSHA1": "v3USS/LSyBuVc/DMBV+GX4ikZ5M=",
7979
"path": "github.com/shirou/gopsutil/process",
80-
"revision": "bfe3c2e8f406bf352bc8df81f98c752224867349",
81-
"revisionTime": "2017-11-21T12:01:14Z"
80+
"revision": "b8c456e53432efdbba4ee9e55d27f69cb2dcf1ee",
81+
"revisionTime": "2017-12-09T07:50:03Z"
8282
},
8383
{
8484
"checksumSHA1": "Nve7SpDmjsv6+rhkXAkfg/UQx94=",

0 commit comments

Comments
 (0)