mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Winni Neessen
061b9f4f7f
The Go version specified in the go.mod file has been upgraded from 1.21 to 1.22.1. This change ensures the use of the latest Go features and improvements, enhancing the overall project performance.
9 lines
193 B
Modula-2
9 lines
193 B
Modula-2
// SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
module github.com/wneessen/apg-go
|
|
|
|
go 1.22.1
|
|
|
|
require github.com/wneessen/go-hibp v1.0.6
|