update mergo to 1.0.0 (#941)

The mergo package has moved to a vanity URL. This causes fun issues with
dependabot. Update to the new release:

- https://github.com/darccio/mergo/releases/tag/v1.0.0
- https://github.com/darccio/mergo/compare/v0.3.15...v1.0.0
This commit is contained in:
Wade Simmons
2023-08-02 14:00:20 -04:00
committed by GitHub
parent ed00f5d530
commit 3d0da7c859
5 changed files with 6 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ import (
"testing"
"time"
"dario.cat/mergo"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/imdario/mergo"
"github.com/sirupsen/logrus"
"github.com/slackhq/nebula"
"github.com/slackhq/nebula/cert"