Skip to content

Commit

Permalink
Change requirements from AlexZzz то Tinkoff (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3nny0ne authored Dec 22, 2022
2 parents e50eaa7 + 5c408ef commit a9612be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.3] - 2022-12-22
### Changed
- Change repo from AlexZzz to Tinkoff

## [2.3.2] - 2022-04-07
### Added
- Add `--version` argument. By [@Ubun1](https://github.com/Ubun1)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/AlexZzz/libvirt-exporter
module github.com/Tinkoff/libvirt-exporter

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion libvirt_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"os"
"strconv"

"github.com/AlexZzz/libvirt-exporter/libvirtSchema"
"github.com/Tinkoff/libvirt-exporter/libvirtSchema"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"gopkg.in/alecthomas/kingpin.v2"
Expand Down

0 comments on commit a9612be

Please sign in to comment.