Skip to content

Commit a9612be

Browse files
authored
Change requirements from AlexZzz то Tinkoff (#43)
2 parents e50eaa7 + 5c408ef commit a9612be

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.3.3] - 2022-12-22
8+
### Changed
9+
- Change repo from AlexZzz to Tinkoff
10+
711
## [2.3.2] - 2022-04-07
812
### Added
913
- Add `--version` argument. By [@Ubun1](https://github.com/Ubun1)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/AlexZzz/libvirt-exporter
1+
module github.com/Tinkoff/libvirt-exporter
22

33
go 1.12
44

libvirt_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"os"
2626
"strconv"
2727

28-
"github.com/AlexZzz/libvirt-exporter/libvirtSchema"
28+
"github.com/Tinkoff/libvirt-exporter/libvirtSchema"
2929
"github.com/prometheus/client_golang/prometheus"
3030
"github.com/prometheus/client_golang/prometheus/promhttp"
3131
"gopkg.in/alecthomas/kingpin.v2"

0 commit comments

Comments
 (0)