Created
June 2, 2020 22:17
-
-
Save kyleterry/cb09f027fe76c953abdeab91fe27e979 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kyle@solar ~/code/misc $ git clone https://github.com/FXinnovation/alertmanager-webhook-servicenow | |
Cloning into 'alertmanager-webhook-servicenow'... | |
remote: Enumerating objects: 481, done. | |
remote: Counting objects: 100% (481/481), done. | |
remote: Compressing objects: 100% (373/373), done. | |
remote: Total 1513 (delta 155), reused 263 (delta 94), pack-reused 1032 | |
Receiving objects: 100% (1513/1513), 4.14 MiB | 16.36 MiB/s, done. | |
Resolving deltas: 100% (558/558), done. | |
kyle@solar ~/code/misc $ cd alertmanager-webhook-servicenow/ | |
kyle@solar ~/code/misc/alertmanager-webhook-servicenow $ go get ./... | |
go: downloading github.com/prometheus/client_golang v1.4.1 | |
go: downloading github.com/prometheus/alertmanager v0.20.0 | |
go: downloading github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 | |
go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 | |
go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 | |
kyle@solar ~/code/misc/alertmanager-webhook-servicenow $ go build . | |
kyle@solar ~/code/misc/alertmanager-webhook-servicenow $ ls | |
CODE_OF_CONDUCT.md CONTRIBUTING.md Dockerfile Jenkinsfile LICENSE Makefile README.md VERSION alertmanager-webhook-servicenow config go.mod go.sum main.go main_test.go resources servicenow.go servicenow_test.go test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment