Files
ALPHA-TRAIN2/services_vulnerable/tiktak/go.mod
T
bobiqq c231be0094
build-and-push / detect (push) Successful in 7s
build-and-push / build (${{ fromJSON(needs.detect.outputs.services) }}) (push) Failing after 3m33s
services
2026-08-26 11:04:23 +03:00

18 lines
541 B
AMPL

module tiktak
go 1.12
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/disintegration/imaging v1.6.2
github.com/go-sql-driver/mysql v1.5.0
github.com/gocraft/dbr/v2 v2.6.3
github.com/google/uuid v1.1.1
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.2+incompatible
github.com/thanhpk/randstr v1.0.4
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
)