Skip to content

Commit

Permalink
feat: Updated chroma-go dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Mar 13, 2024
1 parent 0f54467 commit ee83807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module chroma
go 1.20

require (
github.com/amikos-tech/chroma-go v0.0.1
github.com/amikos-tech/chroma-go v0.1.0
github.com/charmbracelet/huh v0.3.0
github.com/go-playground/validator/v10 v10.19.0
github.com/joho/godotenv v1.5.1
Expand All @@ -13,8 +13,6 @@ require (
github.com/stretchr/testify v1.8.4
)

replace github.com/amikos-tech/chroma-go => ../chroma-go

require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/amikos-tech/chroma-go v0.1.0 h1:NRVcR++zuu0rLS4uWBNw2a6oYvgFT5ESJhrlF9PJpuQ=
github.com/amikos-tech/chroma-go v0.1.0/go.mod h1:R/RUp0aaqCWdSXWyIUTfjuNymwqBGLYFgXNZEmisphY=
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
Expand Down

0 comments on commit ee83807

Please sign in to comment.