File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111
1212require (
1313 dario.cat/mergo v1.0.2 // indirect
14- github.com/air-verse/air v1.64.0 // indirect
14+ github.com/air-verse/air v1.64.1 // indirect
1515 github.com/bep/godartsass/v2 v2.5.0 // indirect
1616 github.com/bep/golibsass v1.2.0 // indirect
1717 github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
@@ -25,6 +25,7 @@ require (
2525 github.com/gohugoio/hugo v0.149.1 // indirect
2626 github.com/hexops/gotextdiff v1.0.3 // indirect
2727 github.com/inconshreveable/mousetrap v1.1.0 // indirect
28+ github.com/joho/godotenv v1.5.1 // indirect
2829 github.com/kr/pretty v0.3.1 // indirect
2930 github.com/kr/text v0.2.0 // indirect
3031 github.com/mattn/go-colorable v0.1.14 // indirect
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
22dario.cat/mergo v1.0.2 /go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA =
33github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 h1:+tu3HOoMXB7RXEINRVIpxJCT+KdYiI7LAEAUrOw3dIU =
44github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 /go.mod h1:L1AbZdiDllfyYH5l5OkAaZtk7VkWe89bPJFmnDBNHxg =
5- github.com/air-verse/air v1.64.0 h1:lKEvIQzaOM5vAVKOdQxq1WrXLfLmzz+e+hPrhmgF6yo =
6- github.com/air-verse/air v1.64.0 /go.mod h1:Dnn4m4DlC9IQiNd3ir57SOdpvGJ3gnC1+OlIGMi2fJY =
5+ github.com/air-verse/air v1.64.1 h1:p50e4GZ5kEvJT73FHrpJfhaWT2+kzfSHxfYaQyhwQIw =
6+ github.com/air-verse/air v1.64.1 /go.mod h1:SOwv08NTvKextanAY819AK0FK6XzQO5/tC6s1R+rk8o =
77github.com/alecthomas/chroma/v2 v2.20.0 h1:sfIHpxPyR07/Oylvmcai3X/exDlE8+FA820NTz+9sGw =
88github.com/alecthomas/chroma/v2 v2.20.0 /go.mod h1:e7tViK0xh/Nf4BYHl00ycY6rV7b8iXBksI9E359yNmA =
99github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c h1:651/eoCRnQ7YtSjAnSzRucrJz+3iGEFt+ysraELS81M =
@@ -121,6 +121,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
121121github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
122122github.com/jdkato/prose v1.2.1 h1:Fp3UnJmLVISmlc57BgKUzdjr0lOtjqTZicL3PaYy6cU =
123123github.com/jdkato/prose v1.2.1 /go.mod h1:AiRHgVagnEx2JbQRQowVBKjG0bcs/vtkGCH1dYAL1rA =
124+ github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
125+ github.com/joho/godotenv v1.5.1 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
124126github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY =
125127github.com/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
126128github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
You can’t perform that action at this time.
0 commit comments