We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b12593 commit fdb668dCopy full SHA for fdb668d
2 files changed
.circleci/config.yml
@@ -14,10 +14,10 @@ executors:
14
- image: docker:18.06.3-ce-git
15
16
orbs:
17
- codecov: codecov/codecov@1.0.5
+ codecov: codecov/codecov@5.4.3
18
moul: moul/build@1.13.0
19
retry: moul/retry@0.6.0
20
- docker: circleci/docker@0.5.13
+ docker: circleci/docker@2.8.2
21
#dl: moul/dl@1.7.0
22
tools: gotest/tools@0.0.12
23
go.mod
@@ -2,4 +2,4 @@ module ultre.me/smsify
2
3
go 1.12
4
5
-require gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
+require gopkg.in/urfave/cli.v3 v3.3.3
0 commit comments