Skip to content

Commit

Permalink
update nrsnowflake to 1.17 and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Jan 12, 2023
1 parent eb8a053 commit 034e907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions v3/integrations/nrsnowflake/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module github.com/newrelic/go-agent/v3/integrations/nrsnowflake

// snowflakedb/gosnowflake says it requires 1.12 but builds on 1.10
go 1.10
go 1.17

require (
// v3.3.0 includes the new location of ParseQuery
github.com/newrelic/go-agent/v3 v3.3.0
github.com/snowflakedb/gosnowflake v1.3.4
github.com/newrelic/go-agent/v3 v3.20.2
github.com/snowflakedb/gosnowflake v1.6.16
)
2 changes: 0 additions & 2 deletions v3/integrations/nrsnowflake/nrsnowflake.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

// +build go1.10

// Package nrsnowflake instruments github.com/snowflakedb/gosnowflake
//
// Use this package to instrument your Snowflake calls without having to manually
Expand Down

0 comments on commit 034e907

Please sign in to comment.