bumps uptrace/bun dependencies to v1.2.6

This commit is contained in:
kim 2024-11-25 12:03:22 +00:00
commit 862c132561
68 changed files with 6517 additions and 194 deletions

12
vendor/github.com/buger/jsonparser/Dockerfile generated vendored Normal file
View file

@ -0,0 +1,12 @@
FROM golang:1.6
RUN go get github.com/Jeffail/gabs
RUN go get github.com/bitly/go-simplejson
RUN go get github.com/pquerna/ffjson
RUN go get github.com/antonholmquist/jason
RUN go get github.com/mreiferson/go-ujson
RUN go get -tags=unsafe -u github.com/ugorji/go/codec
RUN go get github.com/mailru/easyjson
WORKDIR /go/src/github.com/buger/jsonparser
ADD . /go/src/github.com/buger/jsonparser