Initial working version

This commit is contained in:
2024-07-24 22:57:32 +02:00
commit 44d50d5f7c
789 changed files with 270992 additions and 0 deletions

24
vendor/github.com/xor-gate/sshfp/.travis.yml generated vendored Normal file
View File

@ -0,0 +1,24 @@
sudo: false
notifications:
email:
on_success: change
on_failure: always
env:
- GO111MODULE=on
language: go
go:
- tip
- "1.14"
- "1.13"
- "1.12"
# Latest golang.org/x/sys/unix requires go 1.12
# Prior to go 1.11 will not work because we need go modules
# Prior to go 1.9 will not work due to github.com/miekg/dns dependency
script:
- ./.travis.sh
after_success:
- bash <(curl -s https://codecov.io/bash)