Skip to content

Commit

Permalink
auto: sync upstream / update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed May 14, 2024
1 parent 0483a6c commit 6356210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ require (
github.com/samber/lo v1.39.0
github.com/sashabaranov/go-openai v1.24.0
mvdan.cc/xurls/v2 v2.5.0
paepcke.de/dnscache v0.1.20
paepcke.de/dnscache v0.1.22
)

require (
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 // indirect
)
7 changes: 3 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ github.com/sashabaranov/go-openai v1.24.0 h1:4H4Pg8Bl2RH/YSnU8DYumZbuHnnkfioor/d
github.com/sashabaranov/go-openai v1.24.0/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 h1:3MTrJm4PyNL9NBqvYDSj3DHl46qQakyfqfWo4jgfaEM=
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17/go.mod h1:lgLbSvA5ygNOMpwM/9anMpWVlVJ7Z+cHWq/eFuinpGE=
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 h1:czFLhve3vsQetD6JOJ8NZZvGQIXlnN3/yXxbT6/awxI=
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50=
golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
mvdan.cc/xurls/v2 v2.5.0 h1:lyBNOm8Wo71UknhUs4QTFUNNMyxy2JEIaKKo0RWOh+8=
mvdan.cc/xurls/v2 v2.5.0/go.mod h1:yQgaGQ1rFtJUzkmKiHYSSfuQxqfYmd//X6PxvholpeE=
paepcke.de/dnscache v0.1.20 h1:woqxoRHGq4Yj2OHkLiZsiwRvjJjGfl7FujBShOyMLlA=
paepcke.de/dnscache v0.1.20/go.mod h1:u3iAup+66uiSLqpDHm6GrU721MeKXzsE/F1XBU5G8bM=
paepcke.de/dnscache v0.1.22 h1:8SZCPwnvPGu9/TxAQ4teiMmEebH8xgv+EPu3ZDN9VCs=
paepcke.de/dnscache v0.1.22/go.mod h1:E5nWHl2v6YjUFhJ0jEnlYVqC1SkhGSYB8I82kKgIRWg=

0 comments on commit 6356210

Please sign in to comment.