This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module cegen | |
go 1.15 | |
require ( | |
github.com/mailru/easyjson v0.7.6 | |
github.com/rogpeppe/fastuuid v1.2.0 | |
github.com/sethvargo/go-signalcontext v0.1.0 | |
github.com/tsenart/vegeta/v12 v12.8.4 | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[prune] | |
unused-packages = true | |
go-tests = true | |
non-go = true | |
[[constraint]] | |
name = "k8s.io/client-go" | |
branch = "release-7.0" | |
[[constraint]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reconstructed via infocmp from file: /usr/local/opt/ncurses/share/terminfo/74/tmux | |
tmux|tmux terminal multiplexer, | |
am, hs, km, mir, msgr, xenl, | |
colors#8, cols#80, it#8, lines#24, pairs#64, | |
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, | |
bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, | |
clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=\r, | |
csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, | |
cud=\E[%p1%dB, cud1=\n, cuf=\E[%p1%dC, cuf1=\E[C, | |
cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, |