Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Nov 24, 2024
1 parent ce839c0 commit ca5ce0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/admpub/copier v0.1.1
github.com/admpub/go-ps v0.0.1
github.com/admpub/regexp2 v1.1.8
github.com/coscms/webcore v0.6.5
github.com/coscms/webcore v0.6.6
github.com/nging-plugins/caddymanager v1.7.0
github.com/nging-plugins/collector v1.7.0
github.com/nging-plugins/dbmanager v1.7.0
Expand Down Expand Up @@ -75,6 +75,7 @@ require (
github.com/admpub/gohls-server v0.3.10 // indirect
github.com/admpub/gopiper v1.1.2 // indirect
github.com/admpub/gopty v0.1.2 // indirect
github.com/admpub/map2struct v0.1.2 // indirect
github.com/admpub/nftablesutils v0.3.4 // indirect
github.com/admpub/osinfo v0.0.2 // indirect
github.com/admpub/packer v0.0.3 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,8 @@ github.com/admpub/mahonia v0.0.0-20151019004008-c528b747d92d h1:9QaiQwHoN3e+ImMx
github.com/admpub/mahonia v0.0.0-20151019004008-c528b747d92d/go.mod h1:vgwHdVKJ65SPQqItXbsoY+FFZqGwgo07DzO/0sXAyHk=
github.com/admpub/mail v0.0.0-20170408110349-d63147b0317b h1:PX+gB0uvxOx1scR8WWr8tC5QIEjxwyfNlM1jmW69FBs=
github.com/admpub/mail v0.0.0-20170408110349-d63147b0317b/go.mod h1:uzZ665vldasVbB/L2jX1ZamV9yt/L0LlF6eu2Xju5kk=
github.com/admpub/map2struct v0.1.2 h1:ZiC4q8zw9nFXRrcXJxAVXAb/v1sne58usdHhvP/+u4s=
github.com/admpub/map2struct v0.1.2/go.mod h1:O0AKwHrlHWpf+lvTAvgUvjcTV/mjzNtWDTyINuAjw5c=
github.com/admpub/marmot v0.0.0-20200702042226-2170d9ff59f5 h1:N9+M16t6Pa0zNjy2g3GHCLmxaw3tHR2bHs0+Ic0VLR0=
github.com/admpub/marmot v0.0.0-20200702042226-2170d9ff59f5/go.mod h1:Aim7aOlr/P9OkX0ucuhrzMEUcKOJXErCMS3MDGTBGJc=
github.com/admpub/mysql-schema-sync v0.2.6 h1:BaL7J2gWguEe9ADQkhp4olnkdBGeePwcCT+lnxxjoC0=
Expand Down Expand Up @@ -1109,8 +1111,8 @@ github.com/coscms/session-sqlstore v0.0.0-20241123103622-54cef6a2850b h1:PoyLDTS
github.com/coscms/session-sqlstore v0.0.0-20241123103622-54cef6a2850b/go.mod h1:fkbU1N2At0fP38do0UvwcPN/6RXBlxoMQ2agI5JXVkk=
github.com/coscms/webauthn v0.3.1 h1:ycolyzptBj7d+boEvxw1JAGkgJcR8r6kVSA4wDrahNk=
github.com/coscms/webauthn v0.3.1/go.mod h1:nyMNZvFm9cArfyu6RQjrGvI+CCsl9mcC01jT4MsmByQ=
github.com/coscms/webcore v0.6.5 h1:MkpYD7y/Ck5ueSN20ZC7MTbtuzDVsJjWcC0iS6ec/+M=
github.com/coscms/webcore v0.6.5/go.mod h1:9SGJzdoJIAbiui4WLSeF90vYYHmznBLlnj/KmOpPL8c=
github.com/coscms/webcore v0.6.6 h1:LDCFoZyLzQiZAC0vkJ97T2aEd9xNIIh9EgDX380AxGM=
github.com/coscms/webcore v0.6.6/go.mod h1:0rGLWHs0bdbvaOqOzY/3j3GczCwyiZtIUAicu9f3gW4=
github.com/cpu/goacmedns v0.1.1/go.mod h1:MuaouqEhPAHxsbqjgnck5zeghuwBP1dLnPoobeGqugQ=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
Expand Down

0 comments on commit ca5ce0c

Please sign in to comment.