Skip to content

Commit

Permalink
Use stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Aug 4, 2024
1 parent faf4528 commit 42ba10b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) <YEAR AND NAME>
Copyright (c) 2024, Профком студентов физфака МГУ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/profcomff/caddy-dns-yandex-cloud

go 1.21.5
go 1.23

require (
github.com/caddyserver/caddy/v2 v2.7.6
github.com/profcomff/libdns-yandex-cloud v0.0.0-20240804191736-c413779159d2
github.com/profcomff/libdns-yandex-cloud v0.1.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/profcomff/libdns-yandex-cloud v0.0.0-20240804191736-c413779159d2 h1:Krf57TZeOp9ld87x+1R6EG3CDWoqHxnCThOq82N4624=
github.com/profcomff/libdns-yandex-cloud v0.0.0-20240804191736-c413779159d2/go.mod h1:5x0hOozXCCSNJEznJ9ptgOcquDpnW4gSfYcdXo6MLaU=
github.com/profcomff/libdns-yandex-cloud v0.1.0 h1:0L9sUcoDl32FRo73mQXj0DUqA7f9KkNbJ3cc789LyQw=
github.com/profcomff/libdns-yandex-cloud v0.1.0/go.mod h1:5x0hOozXCCSNJEznJ9ptgOcquDpnW4gSfYcdXo6MLaU=
github.com/prometheus/client_golang v1.15.1 h1:8tXpTmJbyH5lydzFPoxSIJ0J46jdh3tylbvM1xCv0LI=
github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
github.com/prometheus/client_model v0.4.0 h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=
Expand Down

0 comments on commit 42ba10b

Please sign in to comment.