Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit65d3e4c

Browse files
committed
Built the ci image
1 parent4fd7a9f commit65d3e4c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

‎.circleci/images/primary/Dockerfile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
247247
A48C2BEE680E841632CD4E44F07496B3EB3C1762 \
248248
B9E2F5981AA6E0CD28160D9FF13993A75599653C \
249249
; do \
250+
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys"$key" || \
250251
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys"$key" || \
251252
gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys"$key" || \
252253
gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys"$key" ; \
@@ -265,6 +266,7 @@ RUN set -ex \
265266
&& for key in \
266267
6A010C5166006599AA17F08146C2130DFD2497F5 \
267268
; do \
269+
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys"$key" || \
268270
gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys"$key" || \
269271
gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys"$key" || \
270272
gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys"$key" ; \

‎go.mod‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ require (
3131
)
3232

3333
require (
34+
github.com/GeertJohan/go.incrementalv1.0.0// indirect
3435
github.com/Knetic/govaluatev3.0.1-0.20171022003610-9aa49832a739+incompatible// indirect
3536
github.com/KyleBanks/depthv1.2.1// indirect
3637
github.com/Microsoft/go-winiov0.5.0// indirect
3738
github.com/PuerkitoBio/purellv1.1.1// indirect
3839
github.com/PuerkitoBio/urlescv0.0.0-20170810143723-de5bf2ad4578// indirect
40+
github.com/akavel/rsrcv0.8.0// indirect
3941
github.com/containerd/containerdv1.5.5// indirect
4042
github.com/daaku/go.zipexev1.0.1// indirect
4143
github.com/davecgh/go-spewv1.1.1// indirect
@@ -56,6 +58,7 @@ require (
5658
github.com/hashicorp/golang-lruv0.5.4// indirect
5759
github.com/hashicorp/yamuxv0.0.0-20210826001029-26ff87cf9493// indirect
5860
github.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99// indirect
61+
github.com/jessevdk/go-flagsv1.4.0// indirect
5962
github.com/josharian/internv1.0.0// indirect
6063
github.com/kevinburke/ssh_configv1.1.0// indirect
6164
github.com/labstack/gommonv0.3.0// indirect
@@ -65,6 +68,7 @@ require (
6568
github.com/mitchellh/go-homedirv1.1.0// indirect
6669
github.com/mitchellh/go-testing-interfacev1.14.1// indirect
6770
github.com/morikuni/aecv1.0.0// indirect
71+
github.com/nkovacs/streamquotev1.0.0// indirect
6872
github.com/oklog/runv1.1.0// indirect
6973
github.com/opencontainers/go-digestv1.0.0// indirect
7074
github.com/opencontainers/image-specv1.0.1// indirect

‎go.sum‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ
4747
github.com/Azure/go-autorest/tracingv0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
4848
github.com/BurntSushi/tomlv0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4949
github.com/BurntSushi/xgbv0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
50+
github.com/GeertJohan/go.incrementalv1.0.0 h1:7AH+pY1XUgQE4Y1HcXYaMqAI0m9yrFqo/jt0CW30vsg=
5051
github.com/GeertJohan/go.incrementalv1.0.0/go.mod h1:6fAjUhbVuX1KcMD3c8TEgVUqmo4seqhv0i0kdATSkM0=
5152
github.com/GeertJohan/go.ricev1.0.2 h1:PtRw+Tg3oa3HYwiDBZyvOJ8LdIyf6lAovJJtr7YOAYk=
5253
github.com/GeertJohan/go.ricev1.0.2/go.mod h1:af5vUNlDNkCjOZeSGFgIJxDje9qdjsO6hshx0gTmZt4=
@@ -83,6 +84,7 @@ github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt
8384
github.com/PuerkitoBio/urlescv0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=
8485
github.com/PuerkitoBio/urlescv0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
8586
github.com/Shopify/logrus-bugsnagv0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ=
87+
github.com/akavel/rsrcv0.8.0 h1:zjWn7ukO9Kc5Q62DOJCcxGpXC18RawVtYAGdz2aLlfw=
8688
github.com/akavel/rsrcv0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
8789
github.com/alcortesm/tgzv0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=
8890
github.com/alcortesm/tgzv0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs=
@@ -484,6 +486,7 @@ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANyt
484486
github.com/j-keck/arpingv0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA=
485487
github.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
486488
github.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
489+
github.com/jessevdk/go-flagsv1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=
487490
github.com/jessevdk/go-flagsv1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
488491
github.com/jhump/protoreflectv1.6.0 h1:h5jfMVslIg6l29nsMs0D8Wj17RDVdNYti0vDN/PZZoE=
489492
github.com/jhump/protoreflectv1.6.0/go.mod h1:eaTn3RZAmMBcV0fifFvlm6VHNz3wSkYyXYWUh7ymB74=
@@ -585,6 +588,7 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+
585588
github.com/ncw/swiftv1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
586589
github.com/niemeyer/prettyv0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
587590
github.com/niemeyer/prettyv0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
591+
github.com/nkovacs/streamquotev1.0.0 h1:PmVIV08Zlx2lZK5fFZlMZ04eHcDTIFJCv/5/0twVUow=
588592
github.com/nkovacs/streamquotev1.0.0/go.mod h1:BN+NaZ2CmdKqUuTUXUEm9j95B2TRbpOWpxbJYzzgUsc=
589593
github.com/nxadm/tailv1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
590594
github.com/oklog/runv1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp