Skip to content

Commit

Permalink
Add golang.org/x/sys/unix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 3, 2020
1 parent 523e5b5 commit b102858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
go get github.com/vkuznet/x509proxy
go get github.com/pkg/profile
go get github.com/stretchr/testify
go get golang.org/x/sys/unix
go get github.com/shirou/gopsutil
go get github.com/divan/expvarmon
go get github.com/lestrrat-go/file-rotatelogs
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install:
- go get github.com/mattn/go-sqlite3
- go get github.com/gorilla/csrf
- go get github.com/gorilla/mux
- go get golang.org/x/sys/unix
# - go get github.com/go-sql-driver/mysql
# - go get github.com/mattn/go-oci8
# - go get gopkg.in/rana/ora.v4"

0 comments on commit b102858

Please sign in to comment.