mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-06 03:53:54 +02:00
10 lines
216 B
YAML
10 lines
216 B
YAML
language: go
|
|
install:
|
|
- go get github.com/bmizerany/assert
|
|
- go get github.com/bitly/go-simplejson
|
|
- go get github.com/mreiferson/go-options
|
|
- go get github.com/BurntSushi/toml
|
|
notifications:
|
|
email: false
|
|
|