Update dependencies

This commit is contained in:
bluepython508
2024-11-01 17:33:34 +00:00
parent 033ac0b400
commit 5cdfab398d
3596 changed files with 1033483 additions and 259 deletions

21
vendor/github.com/akutz/memconn/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,21 @@
# Setting "sudo" to false forces Travis-CI to use its
# container-based build infrastructure, which has shorter
# queue times.
sudo: false
# Use the newer Travis-CI build templates based on the
# Debian Linux distribution "Trusty" release.
dist: trusty
# Select Go as the language used to run the buid.
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
go_import_path: github.com/akutz/memconn
install: true
script:
- make test
- make benchmark