Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
eb7740d
Bump certifi from 2019.6.16 to 2022.12.7 in /bin
dependabot[bot] Dec 8, 2022
df5cf73
Bump github.com/prometheus/client_golang from 0.9.1 to 1.11.1
dependabot[bot] Feb 15, 2023
91dfb77
Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0
dependabot[bot] Mar 6, 2023
71dd070
Bump golang.org/x/net from 0.4.0 to 0.7.0
dependabot[bot] Mar 6, 2023
41b7f7a
Merge pull request #37 from ndau/dependabot/pip/bin/certifi-2022.12.7
edmcnierney Sep 12, 2023
6bfa1f8
Merge pull request #43 from ndau/dependabot/go_modules/github.com/pro…
edmcnierney Sep 12, 2023
b23ccb8
Bump certifi from 2022.12.7 to 2023.7.22 in /bin
dependabot[bot] Sep 12, 2023
1a45343
Bump requests from 2.22.0 to 2.31.0 in /bin
dependabot[bot] Sep 12, 2023
192425d
Merge branch 'master' into dependabot/go_modules/golang.org/x/crypto-…
edmcnierney Sep 12, 2023
6cc9e6a
Merge pull request #44 from ndau/dependabot/go_modules/golang.org/x/c…
edmcnierney Sep 12, 2023
f3a7de4
Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.7.0
edmcnierney Sep 12, 2023
66879fc
Merge pull request #45 from ndau/dependabot/go_modules/golang.org/x/n…
edmcnierney Sep 12, 2023
02cc0bf
Merge pull request #47 from ndau/dependabot/pip/bin/certifi-2023.7.22
edmcnierney Sep 12, 2023
6257f8f
Merge pull request #48 from ndau/dependabot/pip/bin/requests-2.31.0
edmcnierney Sep 12, 2023
a468e76
Updated config.yml
edmcnierney Jun 7, 2024
ee61778
Updated config.yml
edmcnierney Jun 7, 2024
9fea421
Updated config.yml
edmcnierney Jun 7, 2024
656c6ef
Restore circleci image
edmcnierney Jun 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,24 @@ commands:
fingerprints:
- "7d:f1:8e:9e:99:9a:26:e2:4d:0c:66:f3:d4:74:10:e7"
- setup_remote_docker:
version: 20.10.18
version: default
docker_layer_caching: false
- run:
name: Common setup
command: |
# ssh remote-docker \<<EOF
# sudo bash -c 'echo "{\"experimental\": true}" > /etc/docker/daemon.json'
# sudo systemctl restart docker
# EOF

# AWS ECR Login, used by enough jobs to make it worthwhile for every job.
# JSG update this to use "get-login-password" on new versions of aws cli
eval $(aws ecr get-login --no-include-email --region ${ECR_REGION})
# eval $(aws ecr get-login-password | docker login --username AWS --password-stdin ${AWS_ACCOUNT}.dkr.ecr.${ECR_REGION}.amazonaws.com)

ssh-keygen -R github.com
curl -L https://api.github.com/meta | jq -r '.ssh_keys | .[]' | sed -e 's/^/github.com /' >> ~/.ssh/known_hosts

# Clone the commands repo, used by enough jobs to make it worthwhile for every job.
if [ -n "$CIRCLE_BRANCH" ]; then
echo "CIRCLE_BRANCH = $CIRCLE_BRANCH"
Expand Down Expand Up @@ -285,7 +293,7 @@ workflows:
general_config: &general_config
working_directory: /commands
docker:
- image: 578681496768.dkr.ecr.us-east-1.amazonaws.com/circle-ci:0.0.12
- image: 578681496768.dkr.ecr.us-east-1.amazonaws.com/circle-ci:0.0.14
environment:
shell: /bin/bash
<<: *aws_defaults
Expand Down
4 changes: 2 additions & 2 deletions bin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2019.6.16
certifi==2023.7.22
chardet==3.0.4
idna==2.8
msgpack==0.6.1
requests==2.22.0
requests==2.31.0
urllib3==1.26.5
yubihsm==2.0.0
49 changes: 20 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ require (
github.com/ndau/system_vars v1.5.6
github.com/ndau/writers v1.1.2
github.com/pkg/errors v0.9.1
github.com/rs/cors v1.6.0
github.com/rs/cors v1.8.2
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/tendermint/tendermint v0.32.3
github.com/tendermint/tendermint v0.35.9
github.com/tinylib/msgp v1.1.8
)

Expand All @@ -40,55 +40,46 @@ require (
github.com/alexflint/go-scalar v1.1.0 // indirect
github.com/attic-labs/graphql v0.0.0-20190507195614-b6552d20145f // indirect
github.com/attic-labs/kingpin v2.2.7-0.20180312050558-442efcfac769+incompatible // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d // indirect
github.com/btcsuite/btcd v0.22.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05 // indirect
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
github.com/go-kit/kit v0.6.0 // indirect
github.com/go-logfmt/logfmt v0.3.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/go-zoo/bone v1.3.0 // indirect
github.com/gofrs/uuid v4.3.1+incompatible // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/websocket v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/honeycombio/libhoney-go v1.18.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/kch42/buzhash v0.0.0-20160816060738-9bdec3dec7c6 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/libp2p/go-buffer-pool v0.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/ndau/mt19937_64 v0.0.0-20210225193119-ef56a9b3b865 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.9.1 // indirect
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 // indirect
github.com/rs/zerolog v1.27.0 // indirect
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
github.com/tealeg/xlsx v1.0.5 // indirect
github.com/tendermint/go-amino v0.14.1 // indirect
github.com/tendermint/tm-db v0.1.1 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20181029155118-b69ba1387ce2 // indirect
google.golang.org/grpc v1.22.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading