Skip to content

Commit ce13634

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 09c70d6 commit ce13634

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
@@ -83,6 +83,7 @@ require (
8383
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
8484
github.com/Microsoft/go-winio v0.6.2 // indirect
8585
github.com/NYTimes/gziphandler v1.1.1 // indirect
86+
github.com/andybalholm/brotli v1.2.0 // indirect
8687
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
8788
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
8889
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)