Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ by providing building blocks for DNS queries and responses. It uses
the widely-used [miekg/dns](https://github.com/miekg/dns) library for
DNS message parsing and serialization.

## Minimum Required Go Version

We maintain compatibility with the oldest supported version of Go as
documented by the [Go Release Policy](https://golang.org/doc/devel/release.html#policy)
and update our minimum required version of Go as needed.

## Installation

```sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rbmk-project/dnscore

go 1.23.3
go 1.23

require (
github.com/miekg/dns v1.1.63
Expand Down