Skip to content

Commit 968fffb

Browse files
chore(deps): update dependencies and clean up legacy code
- Update Go module dependencies for image generation support - Remove legacy image generation schema implementation Signed-off-by: Hrushikesh Patil <[email protected]>
1 parent 5a1961d commit 968fffb

File tree

3 files changed

+3
-607
lines changed

3 files changed

+3
-607
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ require (
8585
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
8686
github.com/Microsoft/go-winio v0.6.2 // indirect
8787
github.com/NYTimes/gziphandler v1.1.1 // indirect
88+
github.com/andybalholm/brotli v1.2.0 // indirect
8889
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
8990
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
9091
github.com/avast/retry-go v3.0.0+incompatible // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ github.com/alecthomas/kong v1.12.1 h1:iq6aMJDcFYP9uFrLdsiZQ2ZMmcshduyGv4Pek0MQPW
3838
github.com/alecthomas/kong v1.12.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
3939
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
4040
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
41+
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
42+
github.com/andybalholm/brotli v1.2.0/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
4143
github.com/anthropics/anthropic-sdk-go v1.12.0 h1:xPqlGnq7rWrTiHazIvCiumA0u7mGQnwDQtvA1M82h9U=
4244
github.com/anthropics/anthropic-sdk-go v1.12.0/go.mod h1:WTz31rIUHUHqai2UslPpw5CwXrQP3geYBioRV4WOLvE=
4345
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=

0 commit comments

Comments
 (0)