Skip to content

Commit

Permalink
Update deps (#1121)
Browse files Browse the repository at this point in the history
* Update deps

* Add tslint ignore to existing anys

* videojs sprite thumbnails v1.x
  • Loading branch information
joschahenningsen authored Aug 16, 2023
1 parent ffe99ba commit e770c8d
Show file tree
Hide file tree
Showing 15 changed files with 1,507 additions and 776 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN rm -rf web/assets/ts-dist &&\
WORKDIR /app/web
RUN npm i --no-dev

FROM golang:1.20-alpine3.17 as build-env
FROM golang:1.21-alpine3.18 as build-env

RUN mkdir /gostuff
WORKDIR /gostuff
Expand Down
65 changes: 33 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,32 @@ go 1.18
require (
github.com/RBG-TUM/CAMPUSOnline v0.0.0-20230412070523-8db58ed5c0b4
github.com/RBG-TUM/go-anel-pwrctrl v1.0.0
github.com/antchfx/xmlquery v1.3.15
github.com/antchfx/xmlquery v1.3.17
github.com/dgraph-io/ristretto v0.1.1
github.com/gabstv/melody v1.0.2
github.com/getsentry/sentry-go v0.21.0
github.com/getsentry/sentry-go v0.23.0
github.com/gin-contrib/gzip v0.0.6
github.com/gin-gonic/gin v1.9.1
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/go-gormigrate/gormigrate/v2 v2.1.0
github.com/go-ldap/ldap/v3 v3.4.4
github.com/go-ldap/ldap/v3 v3.4.5
github.com/go-sql-driver/mysql v1.7.1
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/glog v1.1.1 // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jinzhu/now v1.1.5
github.com/microcosm-cc/bluemonday v1.0.24
github.com/microcosm-cc/bluemonday v1.0.25
github.com/pkg/profile v1.7.0
github.com/robfig/cron/v3 v3.0.1
github.com/russross/blackfriday/v2 v2.1.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.16.0
golang.org/x/crypto v0.9.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
golang.org/x/crypto v0.12.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
gorm.io/driver/mysql v1.5.1
gorm.io/gorm v1.25.1
gorm.io/gorm v1.25.3
mvdan.cc/xurls/v2 v2.5.0
)

Expand All @@ -41,37 +40,39 @@ require (
github.com/crewjam/saml v0.4.13
github.com/golang/mock v1.6.0
github.com/icholy/digest v0.1.22
github.com/joschahenningsen/TUM-Live/worker v0.0.0-20230410070000-ad9dc527def5
github.com/joschahenningsen/TUM-Live/worker v0.0.0-20230813170152-4b40e4b3a301
github.com/stretchr/testify v1.8.4
github.com/u2takey/go-utils v0.3.1
)

require (
github.com/TUM-Dev/CampusProxy/client v0.0.0-20230226120508-3e8bb2411921
github.com/asticode/go-astisub v0.24.0
github.com/asticode/go-astisub v0.26.0
github.com/matthiasreumann/gomino v0.0.2
github.com/meilisearch/meilisearch-go v0.24.0
github.com/meilisearch/meilisearch-go v0.25.0
)

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/asticode/go-astikit v0.39.0 // indirect
github.com/asticode/go-astits v1.11.0 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/asticode/go-astikit v0.40.0 // indirect
github.com/asticode/go-astits v1.13.0 // indirect
github.com/bytedance/sonic v1.10.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
github.com/google/pprof v0.0.0-20230811205829-9131a7e9cc17 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.16.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.45.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
github.com/valyala/fasthttp v1.48.0 // indirect
golang.org/x/arch v0.4.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230814215434-ca7cfce7776a // indirect
)

require (
Expand All @@ -82,7 +83,7 @@ require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/antchfx/xpath v1.2.4 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/beevik/etree v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -91,15 +92,15 @@ require (
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/go-playground/validator/v10 v10.15.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/css v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jonboulle/clockwork v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -112,20 +113,20 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russellhaering/goxmldsig v1.3.0 // indirect
github.com/russellhaering/goxmldsig v1.4.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit e770c8d

Please sign in to comment.