Skip to content

Commit 5a77eaa

Browse files
committed
update vers gen
1 parent b2750df commit 5a77eaa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cmd/go-camo/main_vers_gen.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ https://github.com/cactus/go-camo
1111
Portions of this software utilize third party libraries:
1212
* Runtime dependencies:
1313
├── github.com/cactus/mlog (MIT license)
14-
└── github.com/jessevdk/go-flags (BSD license)
14+
├── github.com/jessevdk/go-flags (BSD license)
15+
├── github.com/prometheus/client_golang (Apache 2.0)
16+
├── github.com/prometheus/common (Apache 2.0)
17+
└── golang.org/x/net (BSD license)
1518
1619
* Test/Build only dependencies:
17-
└── gotest.tools/v3/assert (Apache 2.0)
20+
├── github.com/xlab/treeprint (MIT license)
21+
└── gotest.tools/v3 (Apache 2.0)
1822
`

0 commit comments

Comments
 (0)